# Install torch first | |
pip install torch==2.4.1 | |
# Then install the rest of the dependencies | |
pip install -r requirements.txt | |
# Install torch first | |
pip install torch==2.4.1 | |
# Then install the rest of the dependencies | |
pip install -r requirements.txt | |