-
Hello! I am using the prebuilt container [dustynv/llama_cpp](https://hub.docker.com/r/dustynv/llama_cpp/tags), which contains the built C++ executables inside `/opt/llama.cpp`.
However, trying to r…
-
To increase the accuracy of wake word detection in noisy locations, I thought about applying noise cancelling to the raw audio before handing the audio to the RNN.
Do you think this is feasible for…
-
Once the hostapp extension support in https://github.com/balena-os/meta-balena/pull/1987 is merged, provide a CUDA specific hostapp extension to include CUDA libraries that cannot be placed on a user …
-
Hi! Thanks for you'r work!!
I used you'r repo with tiny yolo, and sometimes i get the following error:
`Cuda failure: unspecified launch failure in file /home/ws/projects/yolo-trt/yolo.cpp at line 9…
-
Hi! First of all, huge congratulations on the first release! Very exciting!!!
This isn't a critical issue since most (if not all) people are going to be using this library on their macOS, Windows, …
-
This is my first attempt at using jetson-containers build so I am probably doing something wrong or doing this the hard way, but any direction you can provide will be greatly appreciated
I attempte…
-
[ 89%] Linking CXX executable /home/nvidia/liorf-raw/devel/lib/liorf/liorf_imageProjection
/usr/bin/ld: 当搜索用于 /home/nvidia/liorf-raw/src/liorf-main/lib/libCommonLib.so 时跳过不兼容的 -lCommonLib
/usr/bin/l…
-
I have been trying to compile the Llama ROS package with the two lines of the cmake file uncommented:
option(LLAMA_CUDA "llama: use CUDA" ON)
add_compile_definitions(GGML_USE_CUDA)
I receive er…
-
Hello,
I was going through this [blog](https://developer.nvidia.com/blog/getting-started-with-nvidia-instant-nerfs/). So I want to build this repo in Nvidia Jetson Xavier. But I am facing issue in …
-
Using the following dockerfile on an Xavier AGX (also have tried on a TX2):
```
FROM nvcr.io/nvidia/l4t-tensorrt:r8.0.1-runtime
ENV DEBIAN_FRONTEND=noninteractive
# Install apt packages
COPY …