Last active
August 15, 2023 21:07
-
-
Save josejuan/9382f5c5e8476568aa1b72d11c694a18 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
instalar tal cual jetson-voice ( https://github.com/dusty-nv/jetson-voice ) | |
aquí están los paquetes para pytorch y tensorflow compatibles con el jetpack 4.6.1 | |
https://developer.download.nvidia.com/compute/redist/jp/v461/tensorflow/ | |
actualiza pip tanto como se pueda | |
# pip install --upgrade pip | |
install | |
wget https://nvidia.box.com/shared/static/fjtbno0vpo676a25cgvuqc1wty0fkkg6.whl -O torch-1.10.0-cp36-cp36m-linux_aarch64.whl | |
que requiere | |
apt install libomp-dev | |
ahora falla torchtext | |
apt install ninja-build | |
git clone https://github.com/pytorch/text | |
pip install . | |
tensorflow pues no sabría decir... | |
https://developer.download.nvidia.com/compute/redist/jp/v461/tensorflow/tensorflow-2.7.0+nv22.1-cp36-cp36m-linux_aarch64.whl | |
upgrade nemo | |
pip install git+https://github.com/NVIDIA/[email protected]#egg=nemo_toolkit | |
more fixes | |
pytorch-lightning==1.4.0rc1 | |
pip install --upgrade torchmetrics | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment