Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -15,6 +15,7 @@ print("Embedding model loaded...")
|
|
15 |
|
16 |
# Load the LLM
|
17 |
callback_manager = CallbackManager([StreamingStdOutCallbackHandler()])
|
|
|
18 |
llm = AutoModelForCausalLM.from_pretrained(
|
19 |
"TheBloke/Llama-2-7B-Chat-GGUF",
|
20 |
model_file="llama-2-7b-chat.Q3_K_S.gguf",
|
|
|
15 |
|
16 |
# Load the LLM
|
17 |
callback_manager = CallbackManager([StreamingStdOutCallbackHandler()])
|
18 |
+
|
19 |
llm = AutoModelForCausalLM.from_pretrained(
|
20 |
"TheBloke/Llama-2-7B-Chat-GGUF",
|
21 |
model_file="llama-2-7b-chat.Q3_K_S.gguf",
|