Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
akihironitta committed Oct 17, 2024
1 parent b6e8fe1 commit e1fd948
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .github/workflows/building.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
name: Building Wheels

on: [workflow_dispatch] # yamllint disable-line rule:truthy
on: # yamllint disable-line rule:truthy
workflow_dispatch:
inputs:
python-version:
required: false
default: '3.9'
type: string
torch-version:
required: false
default: '2.5.0'
type: string
cuda-version:
required: false
default: cpu
type: string
dry-run:
required: false
default: false
type: boolean

jobs:

Expand Down

0 comments on commit e1fd948

Please sign in to comment.