Supa-AI commited on
Commit
9809b99
1 Parent(s): ca3875c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +43 -0
README.md ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: GoToCompany/llama3-8b-cpt-sahabatai-v1-instruct
3
+ language:
4
+ - en
5
+ - id
6
+ - jv
7
+ - su
8
+ license: llama3
9
+ tags:
10
+ - llama-cpp
11
+ - gguf
12
+ ---
13
+
14
+ # Supa-AI/llama3-8b-cpt-sahabatai-v1-instruct-gguf
15
+ This model was converted to GGUF format from [`GoToCompany/llama3-8b-cpt-sahabatai-v1-instruct`](https://huggingface.co/GoToCompany/llama3-8b-cpt-sahabatai-v1-instruct) using llama.cpp.
16
+ Refer to the [original model card](https://huggingface.co/GoToCompany/llama3-8b-cpt-sahabatai-v1-instruct) for more details on the model.
17
+
18
+ ## Available Versions
19
+ - `llama3-8b-cpt-sahabatai-v1-instruct.q2_k.gguf` (q2_k)
20
+ - `llama3-8b-cpt-sahabatai-v1-instruct.q3_k_m.gguf` (q3_k_m)
21
+ - `llama3-8b-cpt-sahabatai-v1-instruct.q4_0.gguf` (q4_0)
22
+ - `llama3-8b-cpt-sahabatai-v1-instruct.q4_k_m.gguf` (q4_k_m)
23
+ - `llama3-8b-cpt-sahabatai-v1-instruct.q5_0.gguf` (q5_0)
24
+ - `llama3-8b-cpt-sahabatai-v1-instruct.q5_k_m.gguf` (q5_k_m)
25
+ - `llama3-8b-cpt-sahabatai-v1-instruct.q6_k.gguf` (q6_k)
26
+ - `llama3-8b-cpt-sahabatai-v1-instruct.q8_0.gguf` (q8_0)
27
+
28
+ ## Use with llama.cpp
29
+ Replace `FILENAME` with one of the above filenames.
30
+
31
+ ### CLI:
32
+ ```bash
33
+ llama-cli --hf-repo Supa-AI/llama3-8b-cpt-sahabatai-v1-instruct-gguf --hf-file FILENAME -p "Your prompt here"
34
+ ```
35
+
36
+ ### Server:
37
+ ```bash
38
+ llama-server --hf-repo Supa-AI/llama3-8b-cpt-sahabatai-v1-instruct-gguf --hf-file FILENAME -c 2048
39
+ ```
40
+
41
+ ## Model Details
42
+ - **Original Model:** [GoToCompany/llama3-8b-cpt-sahabatai-v1-instruct](https://huggingface.co/GoToCompany/llama3-8b-cpt-sahabatai-v1-instruct)
43
+ - **Format:** GGUF