diff --git a/.github/workflows/build-single-tinygrad-model.yaml b/.github/workflows/build-single-tinygrad-model.yaml index ab723c0371..17cf3169b4 100644 --- a/.github/workflows/build-single-tinygrad-model.yaml +++ b/.github/workflows/build-single-tinygrad-model.yaml @@ -35,13 +35,10 @@ on: default: true type: boolean target_hardware: - description: 'Hardware target to compile for' + description: 'Hardware target to compile for (qcom or usbgpu)' required: false - type: choice + type: string default: 'qcom' - options: - - qcom - - usbgpu workflow_dispatch: inputs: upstream_branch: