kevkibe/Kaggle Script Action

Run model training and CI/CD workflows on Kaggle kernels with free GPU/TPU resources.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Nov 19, 2024
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: kevkibe/kaggle-script-action@af79a10174a6c3758bb1db4c5cf564b50bd46d0e # v1.0.5

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
usernamekaggle usernameyes
keykaggle tokenyes
titleThe title of the kernelyes
custom_scriptCustom script content to run in the notebookyesprint('Success')
enable_gpuWhether or not kernel should run on a GPU.nofalse
enable_tpuWhether or not kernel should run on a TPU.nofalse
enable_internetWhether or not kernel should be able to access the internet.notrue
dataset_sourcesA list of data sources that kernel should use. Each dataset is specified as {username}/{dataset-slug}.no""
competition_sourcesA list of competition data sources that kernel should use.no""
kernel_sourcesA list of kernel data sources that kernel should use. Each dataset is specified as {username}/{kernel-slug}.no""
sleep_timeDuration (in seconds) before checking the status of kernel execution completionno15
working_subdirSubdirectory inside /kaggle/working/$REPO_NAME where dependencies are installed and the custom script is runno""
namedescription
automatic_releases_tagThe release tag this action just processed
upload_urlThe URL for uploading additional assets to the release