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

Commit

Permalink
fix url issue (#1547)
Browse files Browse the repository at this point in the history
  • Loading branch information
VincyZhang authored May 15, 2024
1 parent 6a9789e commit f8a7723
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/llm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,8 @@ jobs:
run: |
cd ${{ github.workspace }}
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
compiler_version=11.1.0
conda install --update-deps -c conda-forge gxx==${compiler_version} gcc==${compiler_version} gxx_linux-64==${compiler_version} libstdcxx-ng sysroot_linux-64 libxcrypt -y
python setup.py sdist bdist_wheel
pip install dist/intel_extension_for_transformers*.whl
pip list
Expand Down Expand Up @@ -127,7 +126,7 @@ jobs:
cd ${{ env.OUT_SCRIPT_PATH }}
/usr/bin/bash generate_report.sh --workflow=deploy
env:
RUN_DISPLAY_URL: https://github.com/VincyZhang/intel-extension-for-transformers/actions/runs/${{ github.run_id }}
RUN_DISPLAY_URL: https://github.com/intel/intel-extension-for-transformers/actions/runs/${{ github.run_id }}
BUILD_NUMBER: ${{ github.run_id }}
JOB_STATUS: succeed
MR_source_branch: ${{ github.event.pull_request._links.html.href }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/optimize-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
cd ${{ env.OUT_SCRIPT_PATH }}
/usr/bin/bash generate_report.sh --workflow=optimize
env:
RUN_DISPLAY_URL: https://github.com/VincyZhang/intel-extension-for-transformers/actions/runs/${{ github.run_id }}
RUN_DISPLAY_URL: https://github.com/intel/intel-extension-for-transformers/actions/runs/${{ github.run_id }}
BUILD_NUMBER: ${{ github.run_id }}
JOB_STATUS: succeed
MR_source_branch: ${{ github.event.pull_request._links.html.href }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function generate_html_overview {
<body>
<div id="main">
<h1 align="center">Sparse Lib Tests ${PR_TITLE}
[ <a href="https://github.com/VincyZhang/intel-extension-for-transformers/actions/runs/${BUILD_ID}">Job-${BUILD_NUMBER}</a> ]</h1>
[ <a href="https://github.com/intel/intel-extension-for-transformers/actions/runs/${BUILD_ID}">Job-${BUILD_NUMBER}</a> ]</h1>
<h1 align="center">Test Status: ${github_actions_job_status}</h1>
<h2>Summary</h2>
${pr_comment_opt}
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/unit-test-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,7 @@ jobs:
run: |
docker exec ${{ env.CONTAINER_NAME }} \
bash -c "cd /intel-extension-for-transformers/.github/workflows/script \
&& pip install torch==2.0 --extra-index-url https://download.pytorch.org/whl/cpu \
&& bash install_binary.sh \
&& pip install onnx"
&& bash install_binary.sh"
- name: Run UT
run: |
Expand Down

0 comments on commit f8a7723

Please sign in to comment.