Closed yuliyantsvetkov closed 7 months ago
Fixed by building new image for arm64
with a base from NVIDIA: nvcr.io/nvidia/l4t-pytorch:r35.2.1-pth2.0-py3
INFO: Started server process [20]
INFO: Waiting for application startup.
INFO: CUDA_PER_PROCESS_MEMORY_FRACTION set to 1.0
INFO: CUDA_CORE set to cuda:0
/usr/local/lib/python3.8/dist-packages/torch/storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly.
warnings.warn(message, UserWarning)
INFO: Application startup complete.
INFO: Uvicorn running on http://0.0.0.0:8080 (Press CTRL+C to quit)
I can create a branch if anyone is interested having the GPU interferences for weaviate on Jetson.
While trying to run the
weaviate
helm chart with thetext2vec-transformers
on Jetson Xavier NX with the latest JetPack I got this from the nvidia-container engine:That k3s node is absolutely working and I do doubt that the version of
torch
is not being able to use thetegra
libraries.Tried couple of
ld
libs configs, but without luck:nvdp-nvidia-device-plugin
is running without issues:Shall I build new image with the JetPack included in order to make
torch
to detect the CUDA ?