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

Commit

Permalink
try engine test
Browse files Browse the repository at this point in the history
Signed-off-by: Yu Zhentao <zhentao.yu@intel.com>
  • Loading branch information
zhentaoyu committed Mar 19, 2024
1 parent 336ef71 commit cc35123
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/checkgroup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ subprojects:
- ".github/workflows/unit-test-engine.yml"
- "requirements.txt"
- "setup.py"
- intel_extension_for_transformers/transformers/**
- "intel_extension_for_transformers/transformers/runtime/**"
- "!intel_extension_for_transformers/transformers/runtime/kernels/**"
- "!intel_extension_for_transformers/transformers/runtime/third_party/**"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/llm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
conda activate llm-test || source activate llm-test
pip install build --upgrade
pip install -r requirements.txt
pip install torch==2.0 --extra-index-url https://download.pytorch.org/whl/cpu
python setup.py sdist bdist_wheel
pip install dist/intel_extension_for_transformers*.whl
pip list
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
--extra-index-url https://download.pytorch.org/whl/cpu
accelerate
datasets
intel-extension-for-pytorch==2.0.0
intel-tensorflow==2.12.0
Expand Down

0 comments on commit cc35123

Please sign in to comment.