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