Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
fix requirements
Browse files Browse the repository at this point in the history
Signed-off-by: Sun, Xuehao <[email protected]>
  • Loading branch information
XuehaoSun committed Jul 16, 2024
1 parent a3d0b0d commit 49f4f25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit-test-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
engine-unit-test:
runs-on: [self-hosted, linux, X64, itrex-node]
strategy:
fail-fast: false
matrix:
include:
- test_branch: ${{ github.ref }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unit-test-neuralchat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
neuralchat-unit-test:
runs-on: [self-hosted, Linux, X64, itrex-node]
strategy:
fail-fast: false
matrix:
include:
- test_branch: ${{ github.ref }}
Expand Down
1 change: 1 addition & 0 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ mlflow
nlpaug==1.1.9
onnx
onnxruntime
optimum
peft==0.6.2
py-cpuinfo
sacremoses
Expand Down

0 comments on commit 49f4f25

Please sign in to comment.