enterprise_gateway
enterprise_gateway copied to clipboard
Pytorch kernelspec support?
Is there a plan to build kernelspec with pytorch support? If not, what's the right way to contribute? The contribution instruction page seems to be not available: https://jupyter.readthedocs.io/en/latest/contributor/content-contributor.html
Hi @zexuan-zhou - thanks for the question. Sorry about the missing contributor page. It should be pointing to this. (Contributions welcome! :smile: )
Regarding a PyTorch kernelspec, I would imagine the only difference between it and, say, the TensorFlow kernelspec (besides the display name) would be that the image contains a pytorch installation.
We view the set of kernelspecs as examples and describe how to build a custom image. That said, having a PyTorch example would probably be helpful to many folks and we'd welcome such a contribution.