jdelpino-ai commited on
Commit
c56de1a
1 Parent(s): 0adbba1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ tags:
6
+ - llama-cpp
7
+ ---
8
+
9
+ # jdelpino-ai/multi_verse_model-Q8_0-GGUF
10
+ This model was converted to GGUF format from [`MTSAIR/multi_verse_model`](https://huggingface.co/MTSAIR/multi_verse_model) using llama.cpp.
11
+ Refer to the [original model card](https://huggingface.co/MTSAIR/multi_verse_model) for more details on the model.
12
+ ## Use with llama.cpp
13
+
14
+ ```bash
15
+ brew install ggerganov/ggerganov/llama.cpp
16
+ ```
17
+
18
+ ```bash
19
+ llama-cli --hf-repo jdelpino-ai/multi_verse_model-Q8_0-GGUF --model multi_verse_model.Q8_0.gguf -p "The meaning to life and the universe is "
20
+ ```
21
+
22
+ ```bash
23
+ llama-server --hf-repo jdelpino-ai/multi_verse_model-Q8_0-GGUF --model multi_verse_model.Q8_0.gguf -c 2048
24
+ ```