TheVisitorX commited on
Commit
aea7277
·
verified ·
1 Parent(s): 5d9968e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -4
README.md CHANGED
@@ -49,7 +49,3 @@ Step 3: Run inference through the main binary.
49
  ```
50
  ./llama-cli --hf-repo TheVisitorX/orpheus-3b-0.1-ft-Q6_K-GGUF --hf-file orpheus-3b-0.1-ft-q6_k.gguf -p "<|audio|>tara: This is a test.<|eot_id|>"
51
  ```
52
- or
53
- ```
54
- ./llama-server --hf-repo TheVisitorX/orpheus-3b-0.1-ft-Q6_K-GGUF --hf-file orpheus-3b-0.1-ft-q6_k.gguf -c 8192
55
- ```
 
49
  ```
50
  ./llama-cli --hf-repo TheVisitorX/orpheus-3b-0.1-ft-Q6_K-GGUF --hf-file orpheus-3b-0.1-ft-q6_k.gguf -p "<|audio|>tara: This is a test.<|eot_id|>"
51
  ```