File size: 137 Bytes
f40cf42 |
1 2 3 4 5 6 7 8 |
#!/bin/bash
# Install torch first
pip install torch==2.4.1
# Then install the rest of the dependencies
pip install -r requirements.txt
|
f40cf42 |
1 2 3 4 5 6 7 8 |
#!/bin/bash
# Install torch first
pip install torch==2.4.1
# Then install the rest of the dependencies
pip install -r requirements.txt
|