Skip to content

Commit

Permalink
Fix prerequisites
Browse files Browse the repository at this point in the history
  • Loading branch information
Vidalnt authored Sep 29, 2024
1 parent 205c6e6 commit f0e9c59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pre_compiled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: |
.\run-install.bat
.\env\python.exe core.py "prerequisites" --models "True" --exe "True" --pretraineds_v1_f0 "False" --pretraineds_v2_f0 "True" --pretraineds_v1_nof0 "False" --pretraineds_v2_nof0 "False"
.\env\python.exe core.py "prerequisites"
- name: Clean up unnecessary files
run: |
Remove-Item -Path 'LICENSE', 'run-tensorboard.sh', 'run-install.sh', 'run-applio.sh', 'run-install.bat', 'requirements.txt', '.gitignore', '.github', '.git' -Recurse -Force -ErrorAction SilentlyContinue
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
python -m pip install "pip<24.1"
python -m pip install -r requirements.txt
python -m pip install torch==2.3.1 torchvision torchaudio --upgrade --index-url https://download.pytorch.org/whl/cu121
python core.py "prerequisites" --models "True" --exe "False" --pretraineds_v1_f0 "False" --pretraineds_v2_f0 "True" --pretraineds_v1_nof0 "False" --pretraineds_v2_nof0 "False"
python core.py "prerequisites"
find . -type f -name '*.py[co]' -delete -o -type d -name __pycache__ -delete
deactivate
rm -f .venv/bin/Activate.ps1 .venv/bin/activate .venv/bin/activate.csh .venv/bin/activate.fish .venv/bin/pip .venv/bin/pip3 .venv/bin/pip3.10 .venv/bin/python .venv/bin/python3 .venv/bin/python3.10
Expand Down Expand Up @@ -325,4 +325,4 @@ jobs:
path_in_repo=f'Enviroment/Colab/{repo_file_path}',
repo_id=repo_id,
token=token)
"
"

0 comments on commit f0e9c59

Please sign in to comment.