Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/unit-test-optimize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
test_name: "PR-test"
- test_branch: "main"
test_name: "baseline"
fail-fast: true
name: optimize-unit-test-${{ matrix.test_name }}
steps:
- name: Docker Clean Up
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mlflow
nlpaug==1.1.9
onnx
onnxruntime
optimum
optimum-intel==1.16.1
peft==0.6.2
py-cpuinfo
sacremoses
Expand Down