Troubleshooting your node
Below are some common issues that you may run into with your node, here's how to fix them!
The system cannot find CUDA librariesβ
sudo apt install python3-pip -y
pip3 install --upgrade fschat accelerate autoawq vllmln -s /usr/local/lib/python3.10/dist-packages/nvidia/cublas/lib/libcublas.so.12 /usr/lib/libcublas.so.12
ln -s /usr/local/lib/python3.10/dist-packages/nvidia/cuda_runtime/lib/libcudart.so.12 /usr/lib/libcudart.so.12
ln -s /usr/local/lib/python3.10/dist-packages/nvidia/cublas/lib/libcublasLt.so.12 /usr/lib/libcublasLt.so.12Failed to recover from collection snapshot on Windows WSLβ
2024-05-20T07:24:52.900895Z ERROR qdrant::startup: Panic occurred in file /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cgroups-rs-0.3.4/src/memory.rs at line 587: called `Result::unwrap()` on an `Err` value: Error { kind: ReadFailed("/sys/fs/cgroup/memory.high"), cause: Some(Os { code: 2, kind: NotFound, message: "No such file or directory" }) } Failed to start the node with an error message Port 8080 is in use. Exit ...β
Port 8080 is in use. Exit ...βLoad library failed: libgomp.so.1: cannot open shared object file: No such file or directoryβ
Failed to remove the default collectionβ
File I/O errorβ
The "Failed to open the file" Errorβ
The "Too many open files" Error on macOSβ
Permission denied when use the installer script to install WasmEdgeβ

Last updated
