Araki commited on
Commit
8d8b65d
1 Parent(s): 4c1b4bc

Create README.md

Browse files

**Quantization from:**
[bhenrym14/airoboros-33b-gpt4-1.4.1-PI-8192-fp16](https://huggingface.co/bhenrym14/airoboros-33b-gpt4-1.4.1-PI-8192-fp16)

**Converted to the GGML format with:**
[llama.cpp master-6e7cca4 (JUL 15, 2023)](https://github.com/ggerganov/llama.cpp/releases/tag/master-6e7cca4)

**Tested with:**
[koboldcpp 1.35](https://github.com/LostRuins/koboldcpp/releases/tag/v1.35)

**Example usage:**
`koboldcpp.exe airoboros-33b-gpt4-1.4.1-PI-8192-fp16-GGML-Q2_K.bin --threads 6 --linearrope --contextsize 8192 --stream --smartcontext --unbantokens --noblas`

Files changed (1) hide show
  1. README.md +6 -0
README.md ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ ---
2
+ pipeline_tag: text-generation
3
+ tags:
4
+ - llama
5
+ - ggml
6
+ ---