spotty-cloud / spotty

Training deep learning models on AWS and GCP instances
https://spotty.cloud
MIT License
493 stars 43 forks source link

Spotty v1.2 #30

Closed apls777 closed 5 years ago

apls777 commented 5 years ago
jagin commented 5 years ago

Hi @apls777 ! What is the plan for the 1.2 release? I would like to start a new project with your Spotty :)

apls777 commented 5 years ago

Hi @jagin,

I need to make some minor changes there and it's ready to go. I would say in 1-2 weeks it should be released.

I'm using this version for my current projects. It would be great if you can install it in development mode and use for your project. It's good to have somebody else to test it :). You can find an example of a new configuration file here.

jposor commented 5 years ago

Hey, thank you for sharing this great tool! As far as I understand, it isn't possible to use other instance types than GPU ones. Are you planning to enable other types (e.g. compute) too? Thanks!

apls777 commented 5 years ago

Hi @jposor,

Thank you!

You can use CPU instances as well, except Nitro-based instances. But Spotty requires a GPU instance to create an AMI because it's installing NVIDIA drivers there. So once you've created an AMI, just change a type to a CPU one and start an instance.

Nitro-based instances also will be supported later, it's in the todo list. They have different device names for EBS volumes, so some changes required to mount them correctly.