Triangle104 lbourdois commited on
Commit
9838b0a
·
verified ·
1 Parent(s): fb93700

Improve language tag (#1)

Browse files

- Improve language tag (dfe185cf3049a8fddb567c3a86476f682df95b1b)


Co-authored-by: Loïck BOURDOIS <[email protected]>

Files changed (1) hide show
  1. README.md +67 -55
README.md CHANGED
@@ -1,55 +1,67 @@
1
- ---
2
- base_model: Qwen/Qwen2.5-14B
3
- language:
4
- - en
5
- license: apache-2.0
6
- license_link: https://huggingface.co/Qwen/Qwen2.5-14B/blob/main/LICENSE
7
- pipeline_tag: text-generation
8
- tags:
9
- - llama-cpp
10
- - gguf-my-repo
11
- ---
12
-
13
- # Triangle104/Qwen2.5-14B-Q5_K_S-GGUF
14
- This model was converted to GGUF format from [`Qwen/Qwen2.5-14B`](https://huggingface.co/Qwen/Qwen2.5-14B) 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/Qwen/Qwen2.5-14B) 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 Triangle104/Qwen2.5-14B-Q5_K_S-GGUF --hf-file qwen2.5-14b-q5_k_s.gguf -p "The meaning to life and the universe is"
29
- ```
30
-
31
- ### Server:
32
- ```bash
33
- llama-server --hf-repo Triangle104/Qwen2.5-14B-Q5_K_S-GGUF --hf-file qwen2.5-14b-q5_k_s.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 Triangle104/Qwen2.5-14B-Q5_K_S-GGUF --hf-file qwen2.5-14b-q5_k_s.gguf -p "The meaning to life and the universe is"
51
- ```
52
- or
53
- ```
54
- ./llama-server --hf-repo Triangle104/Qwen2.5-14B-Q5_K_S-GGUF --hf-file qwen2.5-14b-q5_k_s.gguf -c 2048
55
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-14B
3
+ language:
4
+ - zho
5
+ - eng
6
+ - fra
7
+ - spa
8
+ - por
9
+ - deu
10
+ - ita
11
+ - rus
12
+ - jpn
13
+ - kor
14
+ - vie
15
+ - tha
16
+ - ara
17
+ license: apache-2.0
18
+ license_link: https://huggingface.co/Qwen/Qwen2.5-14B/blob/main/LICENSE
19
+ pipeline_tag: text-generation
20
+ tags:
21
+ - llama-cpp
22
+ - gguf-my-repo
23
+ ---
24
+
25
+ # Triangle104/Qwen2.5-14B-Q5_K_S-GGUF
26
+ This model was converted to GGUF format from [`Qwen/Qwen2.5-14B`](https://huggingface.co/Qwen/Qwen2.5-14B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
27
+ Refer to the [original model card](https://huggingface.co/Qwen/Qwen2.5-14B) for more details on the model.
28
+
29
+ ## Use with llama.cpp
30
+ Install llama.cpp through brew (works on Mac and Linux)
31
+
32
+ ```bash
33
+ brew install llama.cpp
34
+
35
+ ```
36
+ Invoke the llama.cpp server or the CLI.
37
+
38
+ ### CLI:
39
+ ```bash
40
+ llama-cli --hf-repo Triangle104/Qwen2.5-14B-Q5_K_S-GGUF --hf-file qwen2.5-14b-q5_k_s.gguf -p "The meaning to life and the universe is"
41
+ ```
42
+
43
+ ### Server:
44
+ ```bash
45
+ llama-server --hf-repo Triangle104/Qwen2.5-14B-Q5_K_S-GGUF --hf-file qwen2.5-14b-q5_k_s.gguf -c 2048
46
+ ```
47
+
48
+ 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.
49
+
50
+ Step 1: Clone llama.cpp from GitHub.
51
+ ```
52
+ git clone https://github.com/ggerganov/llama.cpp
53
+ ```
54
+
55
+ 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).
56
+ ```
57
+ cd llama.cpp && LLAMA_CURL=1 make
58
+ ```
59
+
60
+ Step 3: Run inference through the main binary.
61
+ ```
62
+ ./llama-cli --hf-repo Triangle104/Qwen2.5-14B-Q5_K_S-GGUF --hf-file qwen2.5-14b-q5_k_s.gguf -p "The meaning to life and the universe is"
63
+ ```
64
+ or
65
+ ```
66
+ ./llama-server --hf-repo Triangle104/Qwen2.5-14B-Q5_K_S-GGUF --hf-file qwen2.5-14b-q5_k_s.gguf -c 2048
67
+ ```