Skip to content

fix(megatron): potential conflict issue with input scope #3

fix(megatron): potential conflict issue with input scope

fix(megatron): potential conflict issue with input scope #3

Workflow file for this run

on:
workflow_dispatch:
inputs:
base-image:
description: 'Base image to use'
required: true
default: 'ghcr.io/coreweave/ml-containers/torch-extras:bfe03aa-nccl-cuda12.4.1-ubuntu22.04-nccl2.21.5-1-torch2.4.0-vision0.19.0-audio2.4.0'
push:
paths:
- "megatron/**"
- ".github/workflows/megatron.yml"
- ".github/workflows/build.yml"
jobs:
build:
uses: ./.github/workflows/build.yml
secrets: inherit
with:
image-name: megatron
folder: megatron
build-args: |
BASE_IMAGE=${{ github.event.inputs.base-image }}