Text Generation
Safetensors
GGUF
English
qwen3_5_text
claude
conversational
instruction-tuned
multilingual
reasoning
open-source
Eval Results
squ11z1 commited on
Commit
39372bf
·
verified ·
1 Parent(s): b9c591d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -99,6 +99,7 @@ prompt_len = inputs["input_ids"].shape[1]
99
  print(tokenizer.decode(outputs[0][prompt_len:], skip_special_tokens=True))
100
  ```
101
  - GGUF / llama.cpp
102
- - ```bash
103
- ./llama-cli -m claude-oss-9b-q4_k_m.gguf -p "Who are you?"
 
104
  ```
 
99
  print(tokenizer.decode(outputs[0][prompt_len:], skip_special_tokens=True))
100
  ```
101
  - GGUF / llama.cpp
102
+ ```bash
103
+ ./llama-cli -m claude-oss-9b-q4_k_m.gguf -p "Who are you?"
104
+
105
  ```