r3b31 commited on
Commit
07e20d2
·
verified ·
1 Parent(s): 8a366f6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -38
README.md CHANGED
@@ -11,45 +11,13 @@ tags:
11
  ---
12
 
13
  # r3b31/Qwen2-VL-7B-Captioner-Relaxed-Q8_0-GGUF
14
- This model was converted to GGUF format from [`Ertugrul/Qwen2-VL-7B-Captioner-Relaxed`](https://huggingface.co/Ertugrul/Qwen2-VL-7B-Captioner-Relaxed) 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/Ertugrul/Qwen2-VL-7B-Captioner-Relaxed) for more details on the model.
16
-
17
- ## Use with llama.cpp
18
- Install llama.cpp through brew (works on Mac and Linux)
19
-
20
- ```bash
21
- brew install llama.cpp
22
-
23
- ```
24
- Invoke the llama.cpp server or the CLI.
25
 
26
- ### CLI:
27
- ```bash
28
- llama-cli --hf-repo r3b31/Qwen2-VL-7B-Captioner-Relaxed-Q8_0-GGUF --hf-file qwen2-vl-7b-captioner-relaxed-q8_0.gguf -p "The meaning to life and the universe is"
29
- ```
30
 
31
- ### Server:
32
- ```bash
33
- llama-server --hf-repo r3b31/Qwen2-VL-7B-Captioner-Relaxed-Q8_0-GGUF --hf-file qwen2-vl-7b-captioner-relaxed-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.
37
 
38
- Step 1: Clone llama.cpp from GitHub.
39
- ```
40
- git clone https://github.com/ggerganov/llama.cpp
41
- ```
42
-
43
- Step 2: Move into the llama.cpp folder and build it with `LLAMA_CURL=1` flag along with other hardware-specific flags (for ex: LLAMA_CUDA=1 for Nvidia GPUs on Linux).
44
- ```
45
- cd llama.cpp && LLAMA_CURL=1 make
46
- ```
47
-
48
- Step 3: Run inference through the main binary.
49
- ```
50
- ./llama-cli --hf-repo r3b31/Qwen2-VL-7B-Captioner-Relaxed-Q8_0-GGUF --hf-file qwen2-vl-7b-captioner-relaxed-q8_0.gguf -p "The meaning to life and the universe is"
51
- ```
52
- or
53
- ```
54
- ./llama-server --hf-repo r3b31/Qwen2-VL-7B-Captioner-Relaxed-Q8_0-GGUF --hf-file qwen2-vl-7b-captioner-relaxed-q8_0.gguf -c 2048
55
- ```
 
11
  ---
12
 
13
  # r3b31/Qwen2-VL-7B-Captioner-Relaxed-Q8_0-GGUF
14
+ This was tested with llamacpp and Koboldcpp
 
 
 
 
 
 
 
 
 
 
15
 
16
+ You will also need:
 
 
 
17
 
18
+ mmproj-Qwen2-VL-7B-Instruct-f16.gguf or mmproj-Qwen2-VL-7B-Instruct-f32.gguf
 
 
 
19
 
20
+ from https://huggingface.co/bartowski/Qwen2-VL-7B-Instruct-GGUF/
21
 
22
+ This model was converted to GGUF format from [`Ertugrul/Qwen2-VL-7B-Captioner-Relaxed`](https://huggingface.co/Ertugrul/Qwen2-VL-7B-Captioner-Relaxed) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
23
+ Refer to the [original model card](https://huggingface.co/Ertugrul/Qwen2-VL-7B-Captioner-Relaxed) for more details on the model