Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ajindal1 committed Oct 25, 2024
1 parent d9b9e3c commit f9f009c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/win-cuda-x64-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ jobs:
run: |
python -m pip install -r test\python\requirements.txt
# python -m pip install -r test\python\requirements-cuda.txt
python -m pip install -i https://download.pytorch.org/whl/torch_stable.html torch==2.2.1+cu121
python -m pip install --pre -f https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple/ ort-nightly-gpu==1.20.0.dev20241007001
python -m pip install -f https://download.pytorch.org/whl/torch_stable.html torch==2.2.1+cu121
python -m pip install --pre -i https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple/ ort-nightly-gpu==1.20.0.dev20241007001
python -m pip install (Get-ChildItem ("$env:binaryDir\wheel\*.whl")) --no-deps
- name: Use Dummy HuggingFace Token
Expand Down

0 comments on commit f9f009c

Please sign in to comment.