Spaces:
Sleeping
Sleeping
Update qa_txt.py
Browse files
qa_txt.py
CHANGED
|
@@ -26,7 +26,6 @@ llm = HuggingFaceEndpoint(
|
|
| 26 |
temperature = 0.2,
|
| 27 |
max_new_tokens = 512,
|
| 28 |
top_k = 30,
|
| 29 |
-
load_in_8bit = True,
|
| 30 |
)
|
| 31 |
|
| 32 |
def process_data():
|
|
|
|
| 26 |
temperature = 0.2,
|
| 27 |
max_new_tokens = 512,
|
| 28 |
top_k = 30,
|
|
|
|
| 29 |
)
|
| 30 |
|
| 31 |
def process_data():
|