Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -3,7 +3,7 @@ transformers==4.44.2
|
|
| 3 |
accelerate==0.34.2
|
| 4 |
datasets==2.21.0
|
| 5 |
evaluate==0.4.2
|
| 6 |
-
torch
|
| 7 |
sentencepiece
|
| 8 |
|
| 9 |
# RAG stack
|
|
@@ -14,7 +14,7 @@ langdetect==1.0.9
|
|
| 14 |
|
| 15 |
# LoRA / QLoRA (اختیاری برای آموزش سبک)
|
| 16 |
peft==0.11.1
|
| 17 |
-
trl==0.
|
| 18 |
bitsandbytes==0.43.3 ; platform_system=="Linux" and platform_machine=="x86_64" and python_version < "3.13"
|
| 19 |
|
| 20 |
# UI
|
|
|
|
| 3 |
accelerate==0.34.2
|
| 4 |
datasets==2.21.0
|
| 5 |
evaluate==0.4.2
|
| 6 |
+
torch==2.3.1
|
| 7 |
sentencepiece
|
| 8 |
|
| 9 |
# RAG stack
|
|
|
|
| 14 |
|
| 15 |
# LoRA / QLoRA (اختیاری برای آموزش سبک)
|
| 16 |
peft==0.11.1
|
| 17 |
+
trl==0.11.4
|
| 18 |
bitsandbytes==0.43.3 ; platform_system=="Linux" and platform_machine=="x86_64" and python_version < "3.13"
|
| 19 |
|
| 20 |
# UI
|