Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
TristanBehrens
/
Garland-Composer
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
TristanBehrens
commited on
Sep 8, 2024
Commit
4f6a4bb
·
verified
·
1 Parent(s):
2d83827
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.2.0
5
+
6
+
# Install the remaining packages from requirements.txt
7
+
pip install -r requirements.txt