Mmyyyzsj commited on
Commit
bc1539b
·
verified ·
1 Parent(s): a6852ca

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -5,10 +5,10 @@ opencv-python-headless>=4.10.0
5
  Pillow>=10.4.0
6
  moviepy>=1.0.3
7
  numpy>=1.26.0
8
- transformers>=4.44.0
9
- torch>=2.4.0 --index-url https://download.pytorch.org/whl/cpu
10
- # المكتبات الناقصة التي سببت الخطأ
11
- torchvision>=0.19.0
12
- einops>=0.8.0
13
  python-dotenv>=1.0.1
14
- huggingface_hub>=0.24.0
 
5
  Pillow>=10.4.0
6
  moviepy>=1.0.3
7
  numpy>=1.26.0
8
+ # تثبيت نسخة مستقرة تمنع خطأ pad_token_id
9
+ transformers==4.40.0
10
+ torch>=2.2.0 --index-url https://download.pytorch.org/whl/cpu
11
+ torchvision>=0.17.0
12
+ einops>=0.7.0
13
  python-dotenv>=1.0.1
14
+ huggingface_hub>=0.23.0