newsletter commited on
Commit
6bf7aa5
1 Parent(s): bbc33d3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -1,15 +1,15 @@
1
  ---
 
2
  language:
3
  - multilingual
4
  license: mit
 
 
5
  tags:
6
  - nlp
7
  - code
8
  - llama-cpp
9
  - gguf-my-repo
10
- base_model: microsoft/Phi-3-medium-128k-instruct
11
- license_link: https://huggingface.co/microsoft/Phi-3-medium-128k-instruct/resolve/main/LICENSE
12
- pipeline_tag: text-generation
13
  inference:
14
  parameters:
15
  temperature: 0.7
@@ -34,7 +34,7 @@ Invoke the llama.cpp server or the CLI.
34
 
35
  ### CLI:
36
  ```bash
37
- llama --hf-repo newsletter/Phi-3-medium-128k-instruct-Q6_K-GGUF --hf-file phi-3-medium-128k-instruct-q6_k.gguf -p "The meaning to life and the universe is"
38
  ```
39
 
40
  ### Server:
@@ -56,9 +56,9 @@ cd llama.cpp && LLAMA_CURL=1 make
56
 
57
  Step 3: Run inference through the main binary.
58
  ```
59
- ./main --hf-repo newsletter/Phi-3-medium-128k-instruct-Q6_K-GGUF --hf-file phi-3-medium-128k-instruct-q6_k.gguf -p "The meaning to life and the universe is"
60
  ```
61
  or
62
  ```
63
- ./server --hf-repo newsletter/Phi-3-medium-128k-instruct-Q6_K-GGUF --hf-file phi-3-medium-128k-instruct-q6_k.gguf -c 2048
64
  ```
 
1
  ---
2
+ base_model: microsoft/Phi-3-medium-128k-instruct
3
  language:
4
  - multilingual
5
  license: mit
6
+ license_link: https://huggingface.co/microsoft/Phi-3-medium-128k-instruct/resolve/main/LICENSE
7
+ pipeline_tag: text-generation
8
  tags:
9
  - nlp
10
  - code
11
  - llama-cpp
12
  - gguf-my-repo
 
 
 
13
  inference:
14
  parameters:
15
  temperature: 0.7
 
34
 
35
  ### CLI:
36
  ```bash
37
+ llama-cli --hf-repo newsletter/Phi-3-medium-128k-instruct-Q6_K-GGUF --hf-file phi-3-medium-128k-instruct-q6_k.gguf -p "The meaning to life and the universe is"
38
  ```
39
 
40
  ### Server:
 
56
 
57
  Step 3: Run inference through the main binary.
58
  ```
59
+ ./llama-cli --hf-repo newsletter/Phi-3-medium-128k-instruct-Q6_K-GGUF --hf-file phi-3-medium-128k-instruct-q6_k.gguf -p "The meaning to life and the universe is"
60
  ```
61
  or
62
  ```
63
+ ./llama-server --hf-repo newsletter/Phi-3-medium-128k-instruct-Q6_K-GGUF --hf-file phi-3-medium-128k-instruct-q6_k.gguf -c 2048
64
  ```