<aside> đź’ˇ The user experience is currently a work in progress, but very much top of mind. It is our hope that Cedana is as pain-free to use as possible, and so a lot of the jank involved with setting up providers will hopefully go away once more development is put in.
Expect a bigger and better product every week!
</aside>
Currently, Cedana supports running instances and migrating work between AWS Spot and Paperspace (with more clouds to be added).
Download cedana-orch
below, selecting the correct architecture for your machine. If your machine’s architecture or operating system isn’t listed below, ping us at [email protected]!
We frequently (many times a day) update the software, so it’s worth running your package-manager specific update command prior to each of these!
Ubuntu:
Add our apt repo and install:
curl -s <https://packagecloud.io/install/repositories/nravic/cedana-orch/script.deb.sh> | sudo bash
sudo apt-get install cedana-orch
MacOS:
Install homebrew and then run the following steps. You’ll need the homebrew api token to do this, which you should be provided with by someone from Cedana.
export HOMEBREW_GITHUB_API_TOKEN=token
brew tap cedana/cedana-orch
brew install cedana-orch
To get started with using Cedana to manage and checkpoint spot instances, you’ll need to have AWS and/or Paperspace accounts set up - along with their requisite API keys.
For details on setting up AWS or Paperspace, the below links should have everything you need to get started.