Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ from langchain_community.chat_models import ChatLlamaCpp
|
|
| 12 |
callbacks = [StreamingStdOutCallbackHandler()]
|
| 13 |
print("creating ll started")
|
| 14 |
M_NAME = "taddeusb90_finbro-v0.1.0-dolphin-2.9-llama-3-8B-instruct-131k_adapt_basic_model_16bit.gguf"
|
| 15 |
-
llm =
|
| 16 |
model_path=M_NAME,
|
| 17 |
n_batch=8,
|
| 18 |
temperature=0.85,
|
|
|
|
| 12 |
callbacks = [StreamingStdOutCallbackHandler()]
|
| 13 |
print("creating ll started")
|
| 14 |
M_NAME = "taddeusb90_finbro-v0.1.0-dolphin-2.9-llama-3-8B-instruct-131k_adapt_basic_model_16bit.gguf"
|
| 15 |
+
llm = LlamaCpp(
|
| 16 |
model_path=M_NAME,
|
| 17 |
n_batch=8,
|
| 18 |
temperature=0.85,
|