From 279ef45d43fe6c7af04f271d1625139afac27ad7 Mon Sep 17 00:00:00 2001 From: w33b Date: Tue, 30 Sep 2025 20:44:57 +0200 Subject: [PATCH] Remove old setup --- Setup.PS1 | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 Setup.PS1 diff --git a/Setup.PS1 b/Setup.PS1 deleted file mode 100644 index 134ad8d..0000000 --- a/Setup.PS1 +++ /dev/null @@ -1,11 +0,0 @@ - -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 \ No newline at end of file