Garland-Composer / setup.sh
TristanBehrens's picture
Create setup.sh
4f6a4bb verified
raw
history blame contribute delete
No virus
147 Bytes
#!/bin/bash
# Install torch first
pip install torch==2.2.0
# Install the remaining packages from requirements.txt
pip install -r requirements.txt