Spaces:
Sleeping
Sleeping
Update main.py
Browse files#trust_remote_code = True
main.py
CHANGED
|
@@ -16,7 +16,7 @@ class Item(BaseModel):
|
|
| 16 |
max_new_tokens: int = 1048
|
| 17 |
top_p: float = 0.15
|
| 18 |
repetition_penalty: float = 1.0
|
| 19 |
-
trust_remote_code = True
|
| 20 |
|
| 21 |
def format_prompt(message, history):
|
| 22 |
prompt = "<s>"
|
|
|
|
| 16 |
max_new_tokens: int = 1048
|
| 17 |
top_p: float = 0.15
|
| 18 |
repetition_penalty: float = 1.0
|
| 19 |
+
#trust_remote_code = True
|
| 20 |
|
| 21 |
def format_prompt(message, history):
|
| 22 |
prompt = "<s>"
|