Spaces:
Build error
Build error
File size: 395 Bytes
e73d8ad |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
#!/bin/bash
# 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
|