UserName-wang

Results 30 comments of UserName-wang

Dear @dusty-nv, Now I have a new error about bitsandbytes: #9 [5/5] RUN pip3 show bitsandbytes && python3 -c 'import bitsandbytes' #9 1.970 Name: bitsandbytes #9 1.971 Version: 0.39.1 #9...

Dear @dusty-nv , command I used: ./build.sh --name=my_container pytorch transformers nemo ``` #1 DONE 0.0s #2 [internal] load build definition from Dockerfile #2 transferring dockerfile: 512B done #2 DONE 0.0s...

@dusty-nv , below are my docker information, I guess it's automatically upgraded from your version. I tried commands: ./build.sh bitsandbytes and ./build.sh --build-flags='--no-cache' , almost the same error. but I...

Dear @dusty-nv , thank you for your patience! Here is my /etc/docker/daemon.json: { "runtimes": { "nvidia": { "path": "nvidia-container-runtime", "runtimeArgs": [] } }, "default-runtime": "nvidia", "insecure-registries": ["nas:5555"] } and here...

Dear @hemalshahNV , Thank you for your reply! Which version of doxygen we need?

just for your reference, i solved this goxygen issue by: sudo apt-get install flex sudo apt-get install bison git clone -b Release_1_9_1 https://github.com/doxygen/doxygen.git cd doxygen mkdir build cd build cmake...

As I cannot find which file specified the path of libOgreMain.so', I have to use a stupid command to copy all the files to: sudo cp -r /opt/ros/humble/opt/rviz_ogre_vendor/lib/ /opt/ros/humble/install/opt/rviz_ogre_vendor/ And...

@jaiveersinghNV , Thank you for your reply! I always try to use the latest version via git pull. As I said before, each time I tried, I have new errors,...

Thank you for your reply! I just put a file in storage/documents/txt/ros.txt Because I want to try if there any way to upload the file more easily. Like upload a...

> > Don't waste your time. ClosedAI funds Langchain. Anyway, the latency that's added into ollama makes it unusable. > > Honestly, I moved from langchain to AutoGen after the...