Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
KoonJamesZ
/
WhiteStrideRedSearchGTE_Qwen
like
0
Sleeping
App
Files
Files
Community
KoonJamesZ
commited on
Oct 16
Commit
f40cf42
•
1 Parent(s):
f6063eb
Create setup.sh
Browse files
Files changed (1)
hide
show
setup.sh
+7
-0
setup.sh
ADDED
Viewed
@@ -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