maxbbraun / whisper-edge

OpenAI Whisper for edge devices
MIT License
112 stars 18 forks source link

Support Python 3.8 with PyTorch and CUDA on Jetson Nano #2

Open maxbbraun opened 1 year ago

maxbbraun commented 1 year ago

Official JetPack for Jetson Nano support ends at version 4.6.3, which is on Python 3.6.

It would prevent some inelegant workarounds if Python 3.8 was supported with PyTorch and CUDA.

There seems to be a way, but I haven't gotten it to work yet.