Spaces:
Build error
Build error
Upload setup.sh
Browse files
setup.sh
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/bin/bash
|
| 2 |
+
|
| 3 |
+
# Print commands and their arguments as they are executed
|
| 4 |
+
# set -x
|
| 5 |
+
|
| 6 |
+
# Change to the directory where the space is located
|
| 7 |
+
# cd /spaces/camparchimedes/work_harder
|
| 8 |
+
|
| 9 |
+
|
| 10 |
+
# Clone the repository if needed (add any additional setup steps here)
|
| 11 |
+
# git clone https://huggingface.co/AI-Sweden-Models/gpt-sw3-6.7b-v2-instruct-4bit-gptq
|
| 12 |
+
|
| 13 |
+
# Install required packages
|
| 14 |
+
pip install -r requirements.txt
|