MetaIX commited on
Commit
fb4c5e9
1 Parent(s): 9e2ac9d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -2,6 +2,9 @@
2
  GPT4-X-Alpasta-30b working with Oobabooga's Text Generation Webui and KoboldAI.
3
  <p>This is an attempt at improving Open Assistant's performance as an instruct while retaining its excellent prose. The merge consists of <a href="https://huggingface.co/chansung/gpt4-alpaca-lora-30b">Chansung's GPT4-Alpaca Lora</a> and <a href="https://huggingface.co/OpenAssistant/oasst-sft-6-llama-30b-xor">Open Assistant's native fine-tune</a>.</p>
4
 
 
 
 
5
  <p><strong>What's included</strong></p>
6
 
7
  <P>GPTQ: 2 quantized versions. One quantized --true-sequential and act-order optimizations, and the other was quantized using --true-sequential --groupsize 128 optimizations.</P>
 
2
  GPT4-X-Alpasta-30b working with Oobabooga's Text Generation Webui and KoboldAI.
3
  <p>This is an attempt at improving Open Assistant's performance as an instruct while retaining its excellent prose. The merge consists of <a href="https://huggingface.co/chansung/gpt4-alpaca-lora-30b">Chansung's GPT4-Alpaca Lora</a> and <a href="https://huggingface.co/OpenAssistant/oasst-sft-6-llama-30b-xor">Open Assistant's native fine-tune</a>.</p>
4
 
5
+ <p><strong><font size="5">Update 05.19.2023</font></strong></p>
6
+ <p>Updated the ggml quantizations to be compatible with the latest version of llamacpp.</p>
7
+
8
  <p><strong>What's included</strong></p>
9
 
10
  <P>GPTQ: 2 quantized versions. One quantized --true-sequential and act-order optimizations, and the other was quantized using --true-sequential --groupsize 128 optimizations.</P>