Skip to content

Instantly share code, notes, and snippets.

@josejuan
Last active August 15, 2023 21:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save josejuan/9382f5c5e8476568aa1b72d11c694a18 to your computer and use it in GitHub Desktop.
Save josejuan/9382f5c5e8476568aa1b72d11c694a18 to your computer and use it in GitHub Desktop.
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/NeMo.git@r1.5.0#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