Open bit-scientist opened 2 weeks ago
paddle3.0.0b2发布了,重新安装一下再试试看呢 python -m pip install paddlepaddle-gpu==3.0.0b2 -i https://www.paddlepaddle.org.cn/packages/stable/cu118/
@westfish, thank you. Are you saying that I should run the docker container command docker run --gpus all --name paddlex -v $PWD:/paddle --shm-size=8g --network=host -it paddlepaddle-gpu==3.0.0b2 -i https://www.paddlepaddle.org.cn/packages/stable/cu118/ /bin/bash
?
Because I am using docker container as stated above, so it would be better if you could provide the full command similar to docker run --gpus all --name paddlex -v $PWD:/paddle --shm-size=8g --network=host -it registry.baidubce.com/paddlex/paddlex:paddlex3.0.0b1-paddlepaddle3.0.0b1-gpu-cuda11.8-cudnn8.6-trt8.5 /bin/bash
(with cudnn,trt versions) where it is located in the registry of some kind.
Hi, what’s your operating system?
@cuicheng01, I am on Windows 10, but does it really matter, because I am trying to use docker image which is detached from the host OS?
问题描述 Issue Description
Initially, I posted this question here, but advised by @Bobholamovic to move it to this repo
I am using a docker container built using
docker run --gpus all --name paddlex -v $PWD:/paddle --shm-size=8g --network=host -it registry.baidubce.com/paddlex/paddlex:paddlex3.0.0b1-paddlepaddle3.0.0b1-gpu-cuda11.8-cudnn8.6-trt8.5 /bin/bash
to run PP-ChatOCRv3-doc Pipeline:However, after running the above script, it's throwing an error below:
I checked if the container is seeing the GPU with:
I also ran
nvcc -V
with output:This line caught my attention, but had no luck in tackling it so far:
UserWarning: You are using GPU version Paddle, but your CUDA device is not set properly. CPU device will be used by default.
Additionally,
nvidia-smi
returns:Commands
Do you have any idea as to why this is happening and how to solve this?
版本&环境信息 Version & Environment Information