Update README.md
Browse files
README.md
CHANGED
@@ -116,9 +116,9 @@ ollama run Tuanpham/t-visstar-7b:iq4_xs-imat
|
|
116 |
|
117 |
### llama.cpp
|
118 |
|
119 |
-
[Q5_K_M-imat](https://huggingface.co/1TuanPham/T-VisStar-v0.1-Q5_K_M-GGUF)
|
120 |
-
[Q4_k_M-imat](https://huggingface.co/1TuanPham/T-VisStar-v0.1-Q4_K_M-GGUF)
|
121 |
-
[IQ4_XS-imat](https://huggingface.co/1TuanPham/T-VisStar-v0.1-IQ4_XS-GGUF)
|
122 |
|
123 |
|
124 |
### Transformers
|
@@ -172,7 +172,7 @@ system_prompt = system_prompt.replace("CURRENT_DATE", str(datetime.date.today())
|
|
172 |
|
173 |
# Initialize conversation with system prompt
|
174 |
messages = [{"role": "system", "content": system_prompt}]
|
175 |
-
|
176 |
# Continuous interaction loop
|
177 |
while True:
|
178 |
user_input = input("User: ")
|
|
|
116 |
|
117 |
### llama.cpp
|
118 |
|
119 |
+
* [Q5_K_M-imat](https://huggingface.co/1TuanPham/T-VisStar-v0.1-Q5_K_M-GGUF)
|
120 |
+
* [Q4_k_M-imat](https://huggingface.co/1TuanPham/T-VisStar-v0.1-Q4_K_M-GGUF)
|
121 |
+
* [IQ4_XS-imat](https://huggingface.co/1TuanPham/T-VisStar-v0.1-IQ4_XS-GGUF)
|
122 |
|
123 |
|
124 |
### Transformers
|
|
|
172 |
|
173 |
# Initialize conversation with system prompt
|
174 |
messages = [{"role": "system", "content": system_prompt}]
|
175 |
+
|
176 |
# Continuous interaction loop
|
177 |
while True:
|
178 |
user_input = input("User: ")
|