AlirezaF138
commited on
Commit
•
9ffa6f8
1
Parent(s):
6919871
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ datasets:
|
|
14 |
base_model: ViraIntelligentDataMining/PersianLLaMA-13B-Instruct
|
15 |
---
|
16 |
|
17 |
-
# AlirezaF138/PersianLLaMA-13B-Instruct-
|
18 |
This model was converted to GGUF format from [`ViraIntelligentDataMining/PersianLLaMA-13B-Instruct`](https://huggingface.co/ViraIntelligentDataMining/PersianLLaMA-13B-Instruct) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
19 |
Refer to the [original model card](https://huggingface.co/ViraIntelligentDataMining/PersianLLaMA-13B-Instruct) for more details on the model.
|
20 |
|
@@ -29,12 +29,12 @@ Invoke the llama.cpp server or the CLI.
|
|
29 |
|
30 |
### CLI:
|
31 |
```bash
|
32 |
-
llama-cli --hf-repo AlirezaF138/PersianLLaMA-13B-Instruct-
|
33 |
```
|
34 |
|
35 |
### Server:
|
36 |
```bash
|
37 |
-
llama-server --hf-repo AlirezaF138/PersianLLaMA-13B-Instruct-
|
38 |
```
|
39 |
|
40 |
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.
|
@@ -51,9 +51,9 @@ cd llama.cpp && LLAMA_CURL=1 make
|
|
51 |
|
52 |
Step 3: Run inference through the main binary.
|
53 |
```
|
54 |
-
./llama-cli --hf-repo AlirezaF138/PersianLLaMA-13B-Instruct-
|
55 |
```
|
56 |
or
|
57 |
```
|
58 |
-
./llama-server --hf-repo AlirezaF138/PersianLLaMA-13B-Instruct-
|
59 |
```
|
|
|
14 |
base_model: ViraIntelligentDataMining/PersianLLaMA-13B-Instruct
|
15 |
---
|
16 |
|
17 |
+
# AlirezaF138/PersianLLaMA-13B-Instruct-Q4_K_M-GGUF
|
18 |
This model was converted to GGUF format from [`ViraIntelligentDataMining/PersianLLaMA-13B-Instruct`](https://huggingface.co/ViraIntelligentDataMining/PersianLLaMA-13B-Instruct) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
19 |
Refer to the [original model card](https://huggingface.co/ViraIntelligentDataMining/PersianLLaMA-13B-Instruct) for more details on the model.
|
20 |
|
|
|
29 |
|
30 |
### CLI:
|
31 |
```bash
|
32 |
+
llama-cli --hf-repo AlirezaF138/PersianLLaMA-13B-Instruct-Q4_K_M-GGUF --hf-file persianllama-13b-instruct-q4_k_m.gguf -p "The meaning to life and the universe is"
|
33 |
```
|
34 |
|
35 |
### Server:
|
36 |
```bash
|
37 |
+
llama-server --hf-repo AlirezaF138/PersianLLaMA-13B-Instruct-Q4_K_M-GGUF --hf-file persianllama-13b-instruct-q4_k_m.gguf -c 2048
|
38 |
```
|
39 |
|
40 |
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.
|
|
|
51 |
|
52 |
Step 3: Run inference through the main binary.
|
53 |
```
|
54 |
+
./llama-cli --hf-repo AlirezaF138/PersianLLaMA-13B-Instruct-Q4_K_M-GGUF --hf-file persianllama-13b-instruct-q4_k_m.gguf -p "The meaning to life and the universe is"
|
55 |
```
|
56 |
or
|
57 |
```
|
58 |
+
./llama-server --hf-repo AlirezaF138/PersianLLaMA-13B-Instruct-Q4_K_M-GGUF --hf-file persianllama-13b-instruct-q4_k_m.gguf -c 2048
|
59 |
```
|