Migel Tissera
commited on
Commit
•
aad7b1a
1
Parent(s):
65d56b3
quantized version reference added
Browse files
README.md
CHANGED
@@ -236,4 +236,8 @@ while True:
|
|
236 |
|
237 |
conversation = f"{conversation} \nUSER: {user_input} \nASSISTANT: {regenerator_response}"
|
238 |
print(conversation)
|
239 |
-
```
|
|
|
|
|
|
|
|
|
|
236 |
|
237 |
conversation = f"{conversation} \nUSER: {user_input} \nASSISTANT: {regenerator_response}"
|
238 |
print(conversation)
|
239 |
+
```
|
240 |
+
|
241 |
+
# Quantized versions by the community
|
242 |
+
|
243 |
+
- https://huggingface.co/LoneStriker?search_models=helixnet
|