kevkibe/Kaggle Script Action
Run model training and CI/CD workflows on Kaggle kernels with free GPU/TPU resources.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 19, 2024
- License
- MIT
Pinned Snippet
uses: kevkibe/kaggle-script-action@af79a10174a6c3758bb1db4c5cf564b50bd46d0e # v1.0.5tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| username | kaggle username | yes | — |
| key | kaggle token | yes | — |
| title | The title of the kernel | yes | — |
| custom_script | Custom script content to run in the notebook | yes | print('Success') |
| enable_gpu | Whether or not kernel should run on a GPU. | no | false |
| enable_tpu | Whether or not kernel should run on a TPU. | no | false |
| enable_internet | Whether or not kernel should be able to access the internet. | no | true |
| dataset_sources | A list of data sources that kernel should use. Each dataset is specified as {username}/{dataset-slug}. | no | "" |
| competition_sources | A list of competition data sources that kernel should use. | no | "" |
| kernel_sources | A list of kernel data sources that kernel should use. Each dataset is specified as {username}/{kernel-slug}. | no | "" |
| sleep_time | Duration (in seconds) before checking the status of kernel execution completion | no | 15 |
| working_subdir | Subdirectory inside /kaggle/working/$REPO_NAME where dependencies are installed and the custom script is run | no | "" |
Outputs
| name | description |
|---|---|
| automatic_releases_tag | The release tag this action just processed |
| upload_url | The URL for uploading additional assets to the release |