Skip to content

Commit

Permalink
fix ort ci
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasMoutawwakil committed Dec 10, 2024
1 parent 1bddc66 commit b8515f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_cli_cuda_torch_ort.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Install dependencies
run: |
pip install -e .[testing,torch-ort,peft]
pip install optimum@git+https://github.com/huggingface/optimum.git
pip install optimum@git+https://github.com/huggingface/optimum.git@fxi-ort-trainer
- name: Run tests
run: |
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Install dependencies
run: |
pip install -e .[testing,torch-ort,peft]
pip install optimum@git+https://github.com/huggingface/optimum.git
pip install optimum@git+https://github.com/huggingface/optimum.git@fxi-ort-trainer
- name: Run tests
run: |
Expand Down

0 comments on commit b8515f0

Please sign in to comment.