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