SultanR commited on
Commit
6020295
1 Parent(s): e608484

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -17,6 +17,7 @@ tags:
17
  - Allenai
18
  - SFT
19
  - DPO
 
20
  pipeline_tag: text-generation
21
  ---
22
 
@@ -67,4 +68,4 @@ outputs = model.generate(inputs)
67
  print(tokenizer.decode(outputs[0]))
68
  ```
69
 
70
- I will be uploading the model to Ollama and providing GGUF versions very soon.
 
17
  - Allenai
18
  - SFT
19
  - DPO
20
+ - GGUF
21
  pipeline_tag: text-generation
22
  ---
23
 
 
68
  print(tokenizer.decode(outputs[0]))
69
  ```
70
 
71
+ You can also use the model in llama.cpp through the [gguf version](https://huggingface.co/SultanR/SmolTulu-1.7b-Instruct-GGUF)!