pediot commited on
Commit
674915b
·
1 Parent(s): 5cc3519

Update requirements.txt to upgrade torch to version 2.6.0 and add runtime.txt to specify Python version 3.9.6.

Browse files
Files changed (2) hide show
  1. requirements.txt +1 -1
  2. runtime.txt +1 -0
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- torch==2.2.2
2
  transformers==4.37.2
3
  datasets==2.16.1
4
  open-clip-torch>=2.23.0
 
1
+ torch==2.6.0
2
  transformers==4.37.2
3
  datasets==2.16.1
4
  open-clip-torch>=2.23.0
runtime.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ python-3.9.6