Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Improve workflows #23

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft

[CI] Improve workflows #23

wants to merge 6 commits into from

Conversation

shink
Copy link

@shink shink commented Jan 22, 2025

@xuedinge233
Copy link
Collaborator

  1. arm64 runners are available, see: https://github.blog/changelog/2024-06-24-github-actions-ubuntu-24-04-image-now-available-for-arm64-runners/

cc: @FFFrog @xuedinge233

“ create an arm64 runner in your organization/enterprise, and select the “Ubuntu 24.04 by Arm Limited” partner image. ” Currently restricted for use in runners

@shink
Copy link
Author

shink commented Jan 22, 2025

Hmm it's not free to use, convert to draft then

arm runers are available!

@shink shink marked this pull request as draft January 22, 2025 06:49
deepspeed-ut:
if: ${{ github.repository_owner == 'Ascend' }}
name: Run unit tests with DeepSpeed
runs-on: self-hosted
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

runs-on: Need to add specified labels as before

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed please help trigger ci again

@shink
Copy link
Author

shink commented Jan 22, 2025

@xuedinge233 please add a label named 'Ascend NPU', so we can trigger the llamacpp workflow

mkdir build
cd build
export ASCEND_TOOLKIT_HOME=/usr/local/Ascend/ascend-toolkit/latest
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not required to export this, but LD_LIBRARY_PATH must include ${ASCEND_TOOLKIT_HOME}/lib64, although this path already exists in LD_LIBRARY_PATH, this may seem strange, but it's necessary.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added some logs, please trigger ci and let's see what the logs say

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants