ashwinkumarbv commited on
Commit
37ba294
·
verified ·
1 Parent(s): 67e5f4d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,2 +1,2 @@
1
- torch==2.5.1; python_version >= "3.11"
2
- transformers==4.46.2; python_version >= "3.11"
 
1
+ torch==2.5.1; python_version == "3.11"
2
+ transformers==4.46.2; python_version == "3.11"