feat: add input to specify RCCL artifact run ID for download in build-and-publish workflow
这个提交包含在:
@@ -7,6 +7,10 @@ on:
|
|||||||
description: "Image tag to publish (e.g. latest)"
|
description: "Image tag to publish (e.g. latest)"
|
||||||
required: true
|
required: true
|
||||||
default: "latest"
|
default: "latest"
|
||||||
|
rccl_run_id:
|
||||||
|
description: "Run ID of build-rccl to use (leave empty for latest)"
|
||||||
|
required: false
|
||||||
|
default: ""
|
||||||
|
|
||||||
env:
|
env:
|
||||||
IMAGE_REPO: kyuz0/vllm-therock-gfx1151
|
IMAGE_REPO: kyuz0/vllm-therock-gfx1151
|
||||||
@@ -64,6 +68,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
workflow: build-rccl.yml
|
workflow: build-rccl.yml
|
||||||
name: librccl-gfx1151
|
name: librccl-gfx1151
|
||||||
|
run_id: ${{ github.event.inputs.rccl_run_id }}
|
||||||
path: custom_libs
|
path: custom_libs
|
||||||
if_no_artifact_found: warn
|
if_no_artifact_found: warn
|
||||||
|
|
||||||
|
|||||||
在新工单中引用
屏蔽一个用户