Spaces:
Paused
Paused
Commit
·
6ce25db
1
Parent(s):
25eb2d7
Update llm.py
Browse files
llm.py
CHANGED
@@ -27,7 +27,7 @@ from utils import *
|
|
27 |
import logging
|
28 |
import argparse
|
29 |
|
30 |
-
model_path = "wizardLM-7B.
|
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'):
|