reach-vb HF staff commited on
Commit
dad6e56
1 Parent(s): 83a0846

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: mit
5
+ tags:
6
+ - nlp
7
+ - code
8
+ - llama-cpp
9
+ license_link: https://huggingface.co/microsoft/phi-2/resolve/main/LICENSE
10
+ pipeline_tag: text-generation
11
+ ---
12
+
13
+ # reach-vb/phi-2-Q2_K-GGUF
14
+ This model was converted to GGUF format from [`microsoft/phi-2`](https://huggingface.co/microsoft/phi-2) using llama.cpp.
15
+ Refer to the [original model card](https://huggingface.co/microsoft/phi-2) for more details on the model.
16
+ ## Use with llama.cpp
17
+ ```bash
18
+ brew install ggerganov/ggerganov/llama.cpp
19
+ ```
20
+ ```bash
21
+ llama-cli --hf-repo reach-vb/phi-2-Q2_K-GGUF --model phi-2.Q2_K.gguf -p "The meaning to life and the universe is "
22
+ ```