Carlos Rosas commited on
Commit
7e634c0
·
verified ·
1 Parent(s): 9705109

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ max_new_tokens = 3000
20
  top_p = 0.95
21
  repetition_penalty = 1.2
22
 
23
- model_name = "PleIAs/Cassandre-RAG"
24
 
25
  # Initialize vLLM
26
  llm = LLM(model_name, max_model_len=8128)
 
20
  top_p = 0.95
21
  repetition_penalty = 1.2
22
 
23
+ model_name = "PleIAs/llama-reasoning-rag"
24
 
25
  # Initialize vLLM
26
  llm = LLM(model_name, max_model_len=8128)