Update README.md
Browse files
README.md
CHANGED
@@ -1,17 +1,40 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
-
- other
|
4 |
library_name: transformers
|
5 |
tags:
|
6 |
- mergekit
|
7 |
- merge
|
8 |
-
- Llama3
|
9 |
- llama-cpp
|
10 |
- gguf-my-repo
|
11 |
base_model: wwe180/Llama3-13B-lingyang-v1
|
12 |
---
|
13 |
|
14 |
# wwe180/Llama3-13B-lingyang-v1-Q6_K-GGUF
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
This model was converted to GGUF format from [`wwe180/Llama3-13B-lingyang-v1`](https://huggingface.co/wwe180/Llama3-13B-lingyang-v1) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
16 |
Refer to the [original model card](https://huggingface.co/wwe180/Llama3-13B-lingyang-v1) for more details on the model.
|
17 |
|
@@ -26,12 +49,12 @@ Invoke the llama.cpp server or the CLI.
|
|
26 |
|
27 |
### CLI:
|
28 |
```bash
|
29 |
-
llama --hf-repo wwe180/Llama3-13B-lingyang-v1-Q6_K-GGUF --hf-file
|
30 |
```
|
31 |
|
32 |
### Server:
|
33 |
```bash
|
34 |
-
llama-server --hf-repo wwe180/Llama3-13B-lingyang-v1-Q6_K-GGUF --hf-file
|
35 |
```
|
36 |
|
37 |
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.
|
@@ -48,9 +71,12 @@ cd llama.cpp && LLAMA_CURL=1 make
|
|
48 |
|
49 |
Step 3: Run inference through the main binary.
|
50 |
```
|
51 |
-
./main --hf-repo wwe180/Llama3-13B-lingyang-v1-Q6_K-GGUF --hf-file
|
52 |
```
|
53 |
or
|
54 |
```
|
55 |
-
./server --hf-repo wwe180/Llama3-13B-lingyang-v1-Q6_K-GGUF --hf-file
|
56 |
```
|
|
|
|
|
|
|
|
1 |
---
|
|
|
|
|
2 |
library_name: transformers
|
3 |
tags:
|
4 |
- mergekit
|
5 |
- merge
|
|
|
6 |
- llama-cpp
|
7 |
- gguf-my-repo
|
8 |
base_model: wwe180/Llama3-13B-lingyang-v1
|
9 |
---
|
10 |
|
11 |
# wwe180/Llama3-13B-lingyang-v1-Q6_K-GGUF
|
12 |
+
|
13 |
+
|
14 |
+
Llama3-13B-lingyang-v1-Q6_K-GGUF and MiniCPM 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/Llama3-13B-lingyang-v1-Q6_K-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/Llama3-13B-lingyang-v1-Q6_K-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/Llama3-13B-lingyang-v1-Q6_K-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-13B-lingyang-v1`](https://huggingface.co/wwe180/Llama3-13B-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-13B-lingyang-v1) for more details on the model.
|
40 |
|
|
|
49 |
|
50 |
### CLI:
|
51 |
```bash
|
52 |
+
llama --hf-repo wwe180/Llama3-13B-lingyang-v1-Q6_K-GGUF --hf-file Llama3-13B-lingyang-v1-Q6_K-GGUF -p "The meaning to life and the universe is"
|
53 |
```
|
54 |
|
55 |
### Server:
|
56 |
```bash
|
57 |
+
llama-server --hf-repo wwe180/Llama3-13B-lingyang-v1-Q6_K-GGUF --hf-file Llama3-13B-lingyang-v1-Q6_K-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-13B-lingyang-v1-Q6_K-GGUF --hf-file Llama3-13B-lingyang-v1-Q6_K-GGUF -p "The meaning to life and the universe is"
|
75 |
```
|
76 |
or
|
77 |
```
|
78 |
+
./server --hf-repo wwe180/Llama3-13B-lingyang-v1-Q6_K-GGUF --hf-file Llama3-13B-lingyang-v1-Q6_K-GGUF -c 2048
|
79 |
```
|
80 |
+
### Statement:
|
81 |
+
|
82 |
+
Llama3-13B-lingyang-v1 does not represent the views and positions of the model developers We will not be liable for any problems arising from the use of the Llama3-13B-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.
|