camparchimedes commited on
Commit
e73d8ad
·
verified ·
1 Parent(s): 322d475

Upload setup.sh

Browse files
Files changed (1) hide show
  1. setup.sh +14 -0
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