Skip to content

Commit

Permalink
Unignore shell files, add cml entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Eve-ning committed Dec 20, 2023
1 parent 69e99a9 commit 6a85fa7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ rsc/**/*.tif

**/*/lightning_logs
*.zip
*.sh
*.ckpt
/rsc
**/wandb/
9 changes: 9 additions & 0 deletions cml.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
set -a
source .env
set +a

cml runner launch \
--token=${GH_CML_TOKEN} \
--labels="cml-gpu" \
--idle-timeout="1h" --driver=github

0 comments on commit 6a85fa7

Please sign in to comment.