Spaces:
Paused
Paused
awq fix
Browse files- qa_engine/qa_engine.py +0 -1
qa_engine/qa_engine.py
CHANGED
|
@@ -87,7 +87,6 @@ class TransformersPipelineModel(LLM):
|
|
| 87 |
min_new_tokens=64,
|
| 88 |
max_new_tokens=800,
|
| 89 |
temperature=0.5,
|
| 90 |
-
do_sample=True,
|
| 91 |
)
|
| 92 |
|
| 93 |
def _call(self, prompt: str, stop: Optional[list[str]] = None) -> str:
|
|
|
|
| 87 |
min_new_tokens=64,
|
| 88 |
max_new_tokens=800,
|
| 89 |
temperature=0.5,
|
|
|
|
| 90 |
)
|
| 91 |
|
| 92 |
def _call(self, prompt: str, stop: Optional[list[str]] = None) -> str:
|