KoonJamesZ commited on
Commit
f40cf42
1 Parent(s): f6063eb

Create setup.sh

Browse files
Files changed (1) hide show
  1. setup.sh +7 -0
setup.sh ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+
3
+ # Install torch first
4
+ pip install torch==2.4.1
5
+
6
+ # Then install the rest of the dependencies
7
+ pip install -r requirements.txt