You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This setup is working successfully, and we perform transcriptions daily without issues.
However, since version 1.5.1, the project has undergone significant changes, including new build procedures. These updated build procedures are not compatible with the Nvidia Jetson platform.
Has anyone successfully built a newer version of whisper.cpp on the Nvidia Jetson AGX Orin platform? If so, could you share your build configuration and steps?
Thank you in advance for your assistance.
The text was updated successfully, but these errors were encountered:
We are currently running whisper.cpp version 1.5.1 on a Nvidia Jetson AGX Orin. Our current build process involves:
ifneq ($(filter aarch64%,$ (UNAME_M)),)
CFLAGS += -mcpu=native
CXXFLAGS += -mcpu=native
endif
WHISPER_CUBLAS=1 make -j
This setup is working successfully, and we perform transcriptions daily without issues.
However, since version 1.5.1, the project has undergone significant changes, including new build procedures. These updated build procedures are not compatible with the Nvidia Jetson platform.
Has anyone successfully built a newer version of whisper.cpp on the Nvidia Jetson AGX Orin platform? If so, could you share your build configuration and steps?
Thank you in advance for your assistance.
The text was updated successfully, but these errors were encountered: