Spaces:
Running
on
Zero
Running
on
Zero
Update qa_summary.py
Browse files- qa_summary.py +1 -1
qa_summary.py
CHANGED
|
@@ -28,7 +28,7 @@ def generate_answer(llm_name, texts, query, queries, response_lang, mode='valida
|
|
| 28 |
"microsoft/Phi-3-mini-128k-instruct",
|
| 29 |
device_map="auto",
|
| 30 |
torch_dtype="auto",
|
| 31 |
-
trust_remote_code=
|
| 32 |
)
|
| 33 |
|
| 34 |
template_texts =""
|
|
|
|
| 28 |
"microsoft/Phi-3-mini-128k-instruct",
|
| 29 |
device_map="auto",
|
| 30 |
torch_dtype="auto",
|
| 31 |
+
trust_remote_code=False,
|
| 32 |
)
|
| 33 |
|
| 34 |
template_texts =""
|