rishikumar20202023 commited on
Commit
1bb1f95
·
verified ·
1 Parent(s): cfd6f33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ terminators = [
56
  tokenizer.convert_tokens_to_ids("<|eot_id|>")
57
  ]
58
 
59
- @spaces.GPU(duration=120)
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,