Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ terminators = [
|
|
50 |
tokenizer.eos_token_id,
|
51 |
]
|
52 |
|
53 |
-
@spaces.GPU(duration=
|
54 |
def chat_llama3_8b(message: str,
|
55 |
history: list,
|
56 |
temperature: float,
|
|
|
50 |
tokenizer.eos_token_id,
|
51 |
]
|
52 |
|
53 |
+
@spaces.GPU(duration=720)
|
54 |
def chat_llama3_8b(message: str,
|
55 |
history: list,
|
56 |
temperature: float,
|