13 lines
441 B
Bash
13 lines
441 B
Bash
### CHECK NVIDIA VERSION WITH NVIDIA-SMI I HAVE 12.7 BUT IF YOU HAVE 12.8 UV pip install torch torchaudio --index-url https://download.pytorch.org/whl/cu12
|
|
|
|
pip install uv
|
|
pip install torch==2.6.0 torchaudio --index-url https://download.pytorch.org/whl/cu126
|
|
uv pip install -r extra-req.txt
|
|
uv pip install -r requirements.txt
|
|
|
|
python - <<PYCODE
|
|
import nltk
|
|
for pkg in ["averaged_perceptron_tagger", "cmudict"]:
|
|
nltk.download(pkg)
|
|
PYCODE
|