Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ terminators = [
|
|
49 |
tokenizer.convert_tokens_to_ids("<|eot_id|>")
|
50 |
]
|
51 |
|
52 |
-
@spaces.GPU(duration=
|
53 |
def chat_llama3_8b(message: str,
|
54 |
history: list,
|
55 |
temperature: float,
|
|
|
49 |
tokenizer.convert_tokens_to_ids("<|eot_id|>")
|
50 |
]
|
51 |
|
52 |
+
@spaces.GPU(duration=60)
|
53 |
def chat_llama3_8b(message: str,
|
54 |
history: list,
|
55 |
temperature: float,
|