Spaces:
Sleeping
Sleeping
File size: 147 Bytes
4f6a4bb |
1 2 3 4 5 6 7 |
#!/bin/bash
# Install torch first
pip install torch==2.2.0
# Install the remaining packages from requirements.txt
pip install -r requirements.txt |