Spaces:
Build error
Build error
| # Print commands and their arguments as they are executed | |
| # set -x | |
| # Change to the directory where the space is located | |
| # cd /spaces/camparchimedes/work_harder | |
| # Clone the repository if needed (add any additional setup steps here) | |
| # git clone https://huggingface.co/AI-Sweden-Models/gpt-sw3-6.7b-v2-instruct-4bit-gptq | |
| # Install required packages | |
| pip install -r requirements.txt | |