Mattral commited on
Commit
694b129
·
verified ·
1 Parent(s): 1057268

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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",