mini reimplementation of skypilot, so that you can run a standard and unmodified skypilot.yml file on a remote ssh server.
skyeel.rb <server name> <skypilot.yml>
Train stable diffusion on my good boy:
skyeel.rb a100-gcp examples/sdxl/skypilot.yml
See the examples directory for how this works. A100 server not included.
rake install
or
gem build skyeel.gemspec
gem install skyeel-*