Remove the WSL installation scripts

They were useful in 2023 but now everything runs natively on Windows.
This commit is contained in:
oobabooga 2025-04-26 05:00:37 -07:00
parent 763a7011c0
commit b976112539
8 changed files with 3 additions and 297 deletions

View file

@ -101,7 +101,7 @@ jobs:
- name: Build Package
shell: bash
run: |
rm -rf .git cmd* update_wizard* start_wsl.bat wsl.sh Colab-TextGen-GPU.ipynb docker
rm -rf .git cmd* update_wizard* Colab-TextGen-GPU.ipynb docker
# Define common variables
CUDA_VERSION="${{ matrix.cuda }}"

View file

@ -100,7 +100,7 @@ jobs:
- name: Build Package
shell: bash
run: |
rm -rf .git cmd* update_wizard* start_wsl.bat wsl.sh Colab-TextGen-GPU.ipynb docker
rm -rf .git cmd* update_wizard* Colab-TextGen-GPU.ipynb docker
# Define common variables
AVX_SUPPORT="${{ matrix.avx }}"

View file

@ -100,7 +100,7 @@ jobs:
- name: Build Package
shell: bash
run: |
rm -rf .git cmd* update_wizard* start_wsl.bat wsl.sh Colab-TextGen-GPU.ipynb docker
rm -rf .git cmd* update_wizard* Colab-TextGen-GPU.ipynb docker
# Define common variables
AVX_SUPPORT="${{ matrix.avx }}"