Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ terminators = [
|
|
56 |
tokenizer.convert_tokens_to_ids("<|eot_id|>")
|
57 |
]
|
58 |
|
59 |
-
@spaces.GPU(duration=
|
60 |
def chat_llama3_8b(message: str,
|
61 |
history: list,
|
62 |
temperature: float,
|
|
|
56 |
tokenizer.convert_tokens_to_ids("<|eot_id|>")
|
57 |
]
|
58 |
|
59 |
+
@spaces.GPU(duration=60)
|
60 |
def chat_llama3_8b(message: str,
|
61 |
history: list,
|
62 |
temperature: float,
|