matthoffner commited on
Commit
b09e955
·
1 Parent(s): fac8a4d

Update llm.py

Browse files
Files changed (1) hide show
  1. llm.py +1 -1
llm.py CHANGED
@@ -28,7 +28,7 @@ from utils import *
28
  import logging
29
  import argparse
30
 
31
- model_path = "ggml-model-q5_0.bin"
32
 
33
 
34
  def query_llm(index, prompt, service_context, retriever_mode='embedding', response_mode='compact'):
 
28
  import logging
29
  import argparse
30
 
31
+ model_path = "wizardLM-7B.ggml.q5_0.bin"
32
 
33
 
34
  def query_llm(index, prompt, service_context, retriever_mode='embedding', response_mode='compact'):