wwe180 commited on
Commit
5033581
·
verified ·
1 Parent(s): 983f7a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -6
README.md CHANGED
@@ -1,6 +1,4 @@
1
  ---
2
- license:
3
- - other
4
  library_name: transformers
5
  tags:
6
  - mergekit
@@ -11,6 +9,32 @@ base_model: wwe180/Llama3-10B-lingyang-v1
11
  ---
12
 
13
  # wwe180/Llama3-10B-lingyang-v1-Q8_0-GGUF
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  This model was converted to GGUF format from [`wwe180/Llama3-10B-lingyang-v1`](https://huggingface.co/wwe180/Llama3-10B-lingyang-v1) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
15
  Refer to the [original model card](https://huggingface.co/wwe180/Llama3-10B-lingyang-v1) for more details on the model.
16
 
@@ -25,12 +49,12 @@ Invoke the llama.cpp server or the CLI.
25
 
26
  ### CLI:
27
  ```bash
28
- llama --hf-repo wwe180/Llama3-10B-lingyang-v1-Q8_0-GGUF --hf-file llama3-10b-lingyang-v1-q8_0.gguf -p "The meaning to life and the universe is"
29
  ```
30
 
31
  ### Server:
32
  ```bash
33
- llama-server --hf-repo wwe180/Llama3-10B-lingyang-v1-Q8_0-GGUF --hf-file llama3-10b-lingyang-v1-q8_0.gguf -c 2048
34
  ```
35
 
36
  Note: You can also use this checkpoint directly through the [usage steps](https://github.com/ggerganov/llama.cpp?tab=readme-ov-file#usage) listed in the Llama.cpp repo as well.
@@ -47,9 +71,13 @@ cd llama.cpp && LLAMA_CURL=1 make
47
 
48
  Step 3: Run inference through the main binary.
49
  ```
50
- ./main --hf-repo wwe180/Llama3-10B-lingyang-v1-Q8_0-GGUF --hf-file llama3-10b-lingyang-v1-q8_0.gguf -p "The meaning to life and the universe is"
51
  ```
52
  or
53
  ```
54
- ./server --hf-repo wwe180/Llama3-10B-lingyang-v1-Q8_0-GGUF --hf-file llama3-10b-lingyang-v1-q8_0.gguf -c 2048
55
  ```
 
 
 
 
 
1
  ---
 
 
2
  library_name: transformers
3
  tags:
4
  - mergekit
 
9
  ---
10
 
11
  # wwe180/Llama3-10B-lingyang-v1-Q8_0-GGUF
12
+
13
+
14
+ Llama3-10B-lingyang-v1-Q8:0-GGUF and mmproj model f16.gguf can be used together for multimodality! It supports language chat, image recognition, image writing, and more, which is stronger than MiniCPM-Llama3-V-2-5!
15
+
16
+
17
+ ## Usage
18
+ Please see our fork of [llama.cpp](https://github.com/OpenBMB/llama.cpp/tree/minicpm-v2.5/examples/minicpmv) for more detail to run MiniCPM-Llama3-V 2.5 with llama.cpp
19
+
20
+ ```bash
21
+ # run f16 version
22
+ ./minicpmv-cli -m ../MiniCPM-Llama3-V-2_5/model/model-8B-F16.gguf --mmproj ../MiniCPM-Llama3-V-2_5/mmproj-model-f16.gguf -c 4096 --temp 0.7 --top-p 0.8 --top-k 100 --repeat-penalty 1.05 --image xx.jpg -p "What is in the image?"
23
+
24
+ # run quantized int4 version
25
+ ./minicpmv-cli -m ../MiniCPM-Llama3-V-2_5/model/ggml-model-Q4_K_M.gguf --mmproj ../MiniCPM-Llama3-V-2_5/mmproj-model-f16.gguf -c 4096 --temp 0.7 --top-p 0.8 --top-k 100 --repeat-penalty 1.05 --image xx.jpg -p "What is in the image?"
26
+
27
+ # or run in interactive mode
28
+ ./minicpmv-cli -m ../MiniCPM-Llama3-V-2_5/model/ggml-model-Q4_K_M.gguf --mmproj ../MiniCPM-Llama3-V-2_5/mmproj-model-f16.gguf -c 4096 --temp 0.7 --top-p 0.8 --top-k 100 --repeat-penalty 1.05 --image xx.jpg -i
29
+ ```
30
+
31
+
32
+ ## ollama
33
+ [ollama](https://github.com/OpenBMB/ollama/tree/minicpm-v2.5/examples/minicpm-v2.5)
34
+
35
+
36
+
37
+
38
  This model was converted to GGUF format from [`wwe180/Llama3-10B-lingyang-v1`](https://huggingface.co/wwe180/Llama3-10B-lingyang-v1) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
39
  Refer to the [original model card](https://huggingface.co/wwe180/Llama3-10B-lingyang-v1) for more details on the model.
40
 
 
49
 
50
  ### CLI:
51
  ```bash
52
+ llama --hf-repo wwe180/Llama3-10B-lingyang-v1-Q8_0-GGUF --hf-file Llama3-10B-lingyang-v1-q8_0.gguf -p "The meaning to life and the universe is"
53
  ```
54
 
55
  ### Server:
56
  ```bash
57
+ llama-server --hf-repo wwe180/Llama3-10B-lingyang-v1-Q8_0-GGUF --hf-file Llama3-10B-lingyang-v1-q8_0.gguf -c 2048
58
  ```
59
 
60
  Note: You can also use this checkpoint directly through the [usage steps](https://github.com/ggerganov/llama.cpp?tab=readme-ov-file#usage) listed in the Llama.cpp repo as well.
 
71
 
72
  Step 3: Run inference through the main binary.
73
  ```
74
+ ./main --hf-repo wwe180/Llama3-10B-lingyang-v1-Q8_0-GGUF --hf-file Llama3-10B-lingyang-v1-q8_0.gguf -p "The meaning to life and the universe is"
75
  ```
76
  or
77
  ```
78
+ ./server --hf-repo wwe180/Llama3-10B-lingyang-v1-Q8_0-GGUF --hf-file Llama3-10B-lingyang-v1-q8_0.gguf -c 2048
79
  ```
80
+
81
+ Statement
82
+ As an LLM, Llama3-10B-lingyang-v1 generates contents by learning a large mount of texts, but it cannot comprehend, express personal opinions or make value judgement. Anything generated by Llama3-10B-lingyang-v1 does not represent the views and positions of the model developers
83
+ We will not be liable for any problems arising from the use of the Llama3-10B-lingyang-v1 open Source model, including but not limited to data security issues, risk of public opinion, or any risks and problems arising from the misdirection, misuse, dissemination or misuse of the model.