11 lines
361 B
PowerShell
11 lines
361 B
PowerShell
|
|
python -m venv .venv
|
|
|
|
.\.venv\Scripts\Activate.ps1
|
|
|
|
pip install --no-cache-dir ass
|
|
pip install --no-cache-dir --pre -U torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126
|
|
pip install --no-cache-dir transformers
|
|
pip install --no-cache-dir sentencepiece
|
|
pip install --no-cache-dir sacremoses
|
|
pip install --no-cache-dir protobuf |