KoonJamesZ's picture
Create setup.sh
f40cf42 verified
raw
history blame contribute delete
137 Bytes
#!/bin/bash
# Install torch first
pip install torch==2.4.1
# Then install the rest of the dependencies
pip install -r requirements.txt