Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -292,7 +292,7 @@ def simple_chat(message: dict, temperature: float = 0.8, max_length: int = 4096,
|
|
292 |
trust_remote_code=True
|
293 |
)
|
294 |
|
295 |
-
tokenizer = AutoTokenizer.from_pretrained(MODEL_ID, trust_remote_code=True)
|
296 |
|
297 |
conversation = []
|
298 |
|
|
|
292 |
trust_remote_code=True
|
293 |
)
|
294 |
|
295 |
+
#tokenizer = AutoTokenizer.from_pretrained(MODEL_ID, trust_remote_code=True)
|
296 |
|
297 |
conversation = []
|
298 |
|