Skip to content

Instantly share code, notes, and snippets.

@uduse
Last active March 20, 2023 19:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uduse/f4be3fe101e6113a37fc96d7152559d4 to your computer and use it in GitHub Desktop.
Save uduse/f4be3fe101e6113a37fc96d7152559d4 to your computer and use it in GitHub Desktop.
Guild AI Config
alias z='guild'
alias zr='guild run'
alias zry='guild run -y'
alias zrm='guild runs rm'
alias zrs='guild runs'
alias zm='guild mark'
alias zm1='guild mark -y 1'
alias zmc='guild mark --clear'
alias zrsi='guild runs info'
alias ztb='guild tensorboard --host localhost -Sr -Ft tb --skip-hparams --skip-images'
alias ztbm='guild tensorboard --host localhost -Fm --skip-hparams --skip-images'
alias zdir='pushd $(guild select --path)'
alias zss='guild select -s'
alias zv='guild view --host localhost'
alias zcat='guild cat --output'
alias zl='guild runs label'
alias zls='guild runs label --set'
export GUILD_HOME=/home/ubuntu/scratch/guild
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment