XIAO-FAN-5257
XIAO-FAN-5257
Thanks! I solved the problem. Copy from other machine libdcgm. So. 3 files, and then modify the model_analyzer/monitor/DCGM/dcgm_structs py files to specify .So file location.
Do not directly upgrade the datacenter-gpu-manager version; otherwise, tritonserver will not find the dcgm ``` tritonserver: error while loading shared libraries: libdcgm.so.2: cannot open shared object file: No such file...
same problem. Suspected to be a network issue. However, configuring a proxy in VSCode still has no effect.
use [tun mode](https://docs.gtk.pw/contents/tun.html) or deploy a proxy on your router. https://github.com/google-gemini/generative-ai-js/issues/29
version v1.8.0 has the same problem(memory leak)
> can you elaborate more on where you're seeing the memory leak inside of faiss? In the above example, I don't a reason why faiss will behave differently on running...
> Another note: please install faiss via conda as per the [official guidance](https://github.com/facebookresearch/faiss/blob/main/INSTALL.md).. ``` conda install -c pytorch faiss-cpu=1.7.4 conda install mkl=2021 ``` install version 1.7.4 via conda. it also...