Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ logging.getLogger().addHandler(logging.StreamHandler(stream=sys.stdout))
|
|
| 15 |
|
| 16 |
def configure_llama_model():
|
| 17 |
#model_url = 'https://huggingface.co/TheBloke/TinyLlama-1.1B-1T-OpenOrca-GGUF/resolve/main/tinyllama-1.1b-1t-openorca.Q8_0.gguf'
|
| 18 |
-
model_url = 'https://huggingface.co/TheBloke/
|
| 19 |
|
| 20 |
llm = LlamaCPP(
|
| 21 |
model_url=model_url,
|
|
|
|
| 15 |
|
| 16 |
def configure_llama_model():
|
| 17 |
#model_url = 'https://huggingface.co/TheBloke/TinyLlama-1.1B-1T-OpenOrca-GGUF/resolve/main/tinyllama-1.1b-1t-openorca.Q8_0.gguf'
|
| 18 |
+
model_url = 'https://huggingface.co/TheBloke/stablelm-zephyr-3b-GGUF/resolve/main/stablelm-zephyr-3b.Q4_K_M.gguf'
|
| 19 |
|
| 20 |
llm = LlamaCPP(
|
| 21 |
model_url=model_url,
|