Spaces:
Paused
Paused
Commit
·
d8e0395
1
Parent(s):
32962f2
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 = "mpt-7b-storywriter-ggml_v2-q5_1.bin"
|
32 |
|
33 |
|
34 |
def query_llm(index, prompt, service_context, retriever_mode='embedding', response_mode='compact'):
|