TensorPool Free Beta Launch
Hi everyone! Today is a day that we’ve been anticipating for months now. We finally get to bring you our free beta version of TensorPool!
What is TensorPool?
TensorPool is a CLI that allows ML engineers/hobbyists to VERY easily submit training jobs to cloud-based GPUs. We make it so easy that you don’t even have to interact with GCP, AWS, or any cloud provider.
How does TensorPool work?
You use us as you would your local dev environment. Lets say you have a model in your local environment, and some data pulling from an S3 bucket to train this model. With TensorPool, all you have to do to train that job in the cloud is type “tensorpool {action}” into our CLI. So for example, you might say “tensorpool train my model on an L4 for 15 epochs, optimizing for time.” This query will autogenerate a .toml file which specifies the machine and python script to ensure successful training. Of course you can manually edit the .toml file as well.
How can I start using TensorPool?
For the next two weeks, we’re running a completely free beta version of TensorPool. Yes, this means you get access to GPUs for free. For now just L4s and T4s, but we’ll be rolling out everything from P4s to A100s as time goes on. To get started with TensorPool, all you have to do is fetch your API key and “pip install tensorpool” in your terminal. Yes, it’s that easy. For more detailed information, feel free to check out our docs!
Our ask:
All we ask of you during this free beta phase is that you email us your feedback. We really want to make a product that ML developers LOVE, and in order to do so, we need to know what to improve on. Happy training!