actions-marketplace-validations/kaggle Action
Use kaggle to implement simple CI, which supports GPU.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| username | kaggle username | yes | — |
| key | kaggle key | yes | — |
| title | The title of the kernel | yes | — |
| code_file | The path to your kernel source code | yes | — |
| language | The language your kernel is written in | — | python |
| kernel_type | The type of kernel | — | script |
| enable_gpu | Whether or not the kernel should run on a GPU | — | enable |
| enable_internet | Whether or not the kernel should be able to access the internet | — | enable |
Outputs
| name | description |
|---|---|
| automatic_releases_tag | The release tag this action just processed |
| upload_url | The URL for uploading additional assets to the release |