matthoffner commited on
Commit
6ce25db
·
1 Parent(s): 25eb2d7

Update llm.py

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