TristanBehrens commited on
Commit
4f6a4bb
1 Parent(s): 2d83827

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.2.0
5
+
6
+ # Install the remaining packages from requirements.txt
7
+ pip install -r requirements.txt