projects:jetson:orin:whisper:start
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| projects:jetson:orin:whisper:start [2023/03/13 23:12] – [Prepare] rolf.becker | projects:jetson:orin:whisper:start [2023/03/14 20:27] (current) – [Test OpenAI Whisper] rolf.becker | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| ===== About Whisper ===== | ===== About Whisper ===== | ||
| + | |||
| + | * https:// | ||
| * https:// | * https:// | ||
| * https:// | * https:// | ||
| Line 56: | Line 58: | ||
| < | < | ||
| - | sudo apt-get -y update; | + | sudo apt-get -y update |
| - | sudo apt-get -y install autoconf bc build-essential g++-8 gcc-8 clang-8 lld-8 gettext-base gfortran-8 iputils-ping libbz2-dev libc++-dev libcgal-dev libffi-dev libfreetype6-dev libhdf5-dev libjpeg-dev liblzma-dev libncurses5-dev libncursesw5-dev libpng-dev libreadline-dev libssl-dev libsqlite3-dev libxml2-dev libxslt-dev locales moreutils openssl python-openssl rsync scons python3-pip libopenblas-dev | + | |
| + | sudo apt-get -y install | ||
| + | autoconf bc build-essential g++-8 gcc-8 clang-8 lld-8 gettext-base gfortran-8 | ||
| + | iputils-ping libbz2-dev libc++-dev libcgal-dev libffi-dev libfreetype6-dev libhdf5-dev | ||
| + | libjpeg-dev liblzma-dev libncurses5-dev libncursesw5-dev libpng-dev libreadline-dev libssl-dev | ||
| + | libsqlite3-dev libxml2-dev libxslt-dev locales moreutils openssl python-openssl rsync scons \ | ||
| + | python3-pip | ||
| </ | </ | ||
| Line 101: | Line 109: | ||
| deactivate | deactivate | ||
| rm -Rf nlp | rm -Rf nlp | ||
| + | </ | ||
| + | |||
| + | ==== Test OpenAI Whisper ==== | ||
| + | |||
| + | < | ||
| + | source nlp/ | ||
| + | |||
| + | pip install ipywidgets | ||
| + | |||
| + | pip install torchaudio | ||
| + | |||
| + | |||
| </ | </ | ||
| ===== Not working: Upgrade to Jetpack 5.1, r35.2 ===== | ===== Not working: Upgrade to Jetpack 5.1, r35.2 ===== | ||
projects/jetson/orin/whisper/start.1678745550.txt.gz · Last modified: 2023/03/13 23:12 by rolf.becker