Is there an easy way to create a similar dev environment for training on Linux that will take care of all the CUDA driver nonsense?
$ cog run python train.py11–15 of 15 posts
Is there an easy way to create a similar dev environment for training on Linux that will take care of all the CUDA driver nonsense?
$ cog run python train.pyBut at closer glance cog seems to have an edge on some of the competitors like Seldon or Bento - namely using modern Python libraries (like Pedantic and FastAPI), CUDA/cuDNN/PyTorch/Tensorflow/Python compatibility, and (probably most important to me) automatic queue workers.
It generated a 1GB image with nothing but Python 3.8 in the config, so folks who really care about deployment size would want to continue writing their own container files.
This, here is going to save time in the order of (wo-)man lifetimes! > No more CUDA hell. Cog knows which CUDA/cuDNN/PyTorch/Tensorflow/Python combos are compatible and will set it all up correctly for you. I've personally spent more than a week of my life in sum sorting this out. It's really overdue someone stops the madness!
No cuda hell if you’re using pytorch. A single pip or conda command installs everything you need.