CyberTimon
commited on
Commit
•
aea89f2
1
Parent(s):
98fdd05
Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
# This is the 4bit converted version for use with oobabooga's text-generation-webui.
|
2 |
|
3 |
All credits go to this amazing project: https://github.com/FreedomIntelligence/LLMZoo
|
|
|
4 |
|
5 |
Converted with `python llama.py ./chimera-7b c4 --wbits 4 --true-sequential --groupsize 128 --save chimera7b-4bit-128g.pt`
|
6 |
|
|
|
1 |
# This is the 4bit converted version for use with oobabooga's text-generation-webui.
|
2 |
|
3 |
All credits go to this amazing project: https://github.com/FreedomIntelligence/LLMZoo
|
4 |
+
This is the chat-instruct version
|
5 |
|
6 |
Converted with `python llama.py ./chimera-7b c4 --wbits 4 --true-sequential --groupsize 128 --save chimera7b-4bit-128g.pt`
|
7 |
|