Spaces:
Running
on
Zero
Running
on
Zero
jedick
commited on
Commit
·
dac4e7d
1
Parent(s):
7d21953
Use transformers==4.51.3
Browse files- app.py +1 -2
- requirements.txt +1 -1
app.py
CHANGED
@@ -400,8 +400,7 @@ with gr.Blocks(
|
|
400 |
"Summarize emails from the last two months",
|
401 |
"What plotmath examples have been discussed?",
|
402 |
"When was has.HLC mentioned?",
|
403 |
-
"Who
|
404 |
-
"Any messages about installation problems in 2023-2024?",
|
405 |
]
|
406 |
gr.Examples(
|
407 |
examples=[[q] for q in example_questions],
|
|
|
400 |
"Summarize emails from the last two months",
|
401 |
"What plotmath examples have been discussed?",
|
402 |
"When was has.HLC mentioned?",
|
403 |
+
"Who reported installation problems in 2023-2024?",
|
|
|
404 |
]
|
405 |
gr.Examples(
|
406 |
examples=[[q] for q in example_questions],
|
requirements.txt
CHANGED
@@ -13,7 +13,7 @@ torch==2.5.1
|
|
13 |
# Gemma 3: transformers>=4.50
|
14 |
# Gemma 3 with transformers==4.54.0 gives:
|
15 |
# ValueError: Max cache length is not consistent across layers
|
16 |
-
transformers==4.
|
17 |
# Commented because we have local modifications
|
18 |
#tool-calling-llm==0.1.2
|
19 |
bm25s==0.2.12
|
|
|
13 |
# Gemma 3: transformers>=4.50
|
14 |
# Gemma 3 with transformers==4.54.0 gives:
|
15 |
# ValueError: Max cache length is not consistent across layers
|
16 |
+
transformers==4.51.3
|
17 |
# Commented because we have local modifications
|
18 |
#tool-calling-llm==0.1.2
|
19 |
bm25s==0.2.12
|