Skip to content

Adapt new runner#295

Merged
yuecideng merged 2 commits into
mainfrom
zkh
Jun 12, 2026
Merged

Adapt new runner#295
yuecideng merged 2 commits into
mainfrom
zkh

Conversation

@kerwan-zeng

Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings June 9, 2026 06:39

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Updates the CI/CD GitHub Actions workflow to target a different GPU device index when running containerized jobs on the (presumably) updated/self-hosted runner.

Changes:

  • Adjusted Docker container --gpus device=... option from device=1 to device=0 in the shared container template.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

- "/dev/shm/shared:/dev/shm/shared"
- "/usr/share/nvidia:/usr/share/nvidia"
options: --memory 100g --gpus device=1 --shm-size 53687091200
options: --memory 100g --gpus device=0 --shm-size 53687091200
@yuecideng yuecideng merged commit 3f35bcd into main Jun 12, 2026
1 check passed
@yuecideng yuecideng deleted the zkh branch June 12, 2026 06:12
yuecideng added a commit that referenced this pull request Jun 15, 2026
Co-authored-by: zengkehuan <zengkehuan@dexforece.com>
Co-authored-by: Yueci Deng <dengyueci@qq.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants