ilyass yani commited on
Commit ·
44c068e
1
Parent(s): 9df97a2
ajout pytorch dans requirements
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -29,7 +29,7 @@ peft>=0.4.0 # Parameter-Efficient Fine-Tuning for LoRA/QLoRA
|
|
| 29 |
# retiré : inutile en inférence CPU
|
| 30 |
# bitsandbytes>=0.41.0 # 4-bit/8-bit quantization
|
| 31 |
# BERT Embeddings
|
| 32 |
-
|
| 33 |
# Web Scraping
|
| 34 |
selenium>=4.10.0
|
| 35 |
beautifulsoup4>=4.12.0
|
|
|
|
| 29 |
# retiré : inutile en inférence CPU
|
| 30 |
# bitsandbytes>=0.41.0 # 4-bit/8-bit quantization
|
| 31 |
# BERT Embeddings
|
| 32 |
+
torch>=2.0.0
|
| 33 |
# Web Scraping
|
| 34 |
selenium>=4.10.0
|
| 35 |
beautifulsoup4>=4.12.0
|