This commit is contained in:
2025-09-30 20:43:27 +02:00
commit 1acfc22112
8 changed files with 124 additions and 0 deletions

11
Setup.PS1 Normal file
View File

@@ -0,0 +1,11 @@
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