wenda icon indicating copy to clipboard operation
wenda copied to clipboard

基于cuda11.6.2和python3.9构建一个闻达(wenda)docker镜像,方便测试及部署。

Open cgwyx opened this issue 1 year ago • 2 comments

docker pull cgwyx/wendagpu116:latest

$ docker run -it --name wendagpu --gpus all
-p 17860:17860
-v /mnt/p1/wendadata/wenda:/wenda
-v /media/cgwyx/sdw1/THUDM:/model/THUDM
-v /media/cgwyx/p101/qwen:/model/qwen
-v /media/cgwyx/sdw1/m3e-base:/model/m3e-base
cgwyx/wendagpu116:latest sh

$ python3 /wenda/wenda.py -c /wenda/config-gpu.yml -t qwen

cgwyx avatar Aug 08 '23 01:08 cgwyx

docker pull cgwyx/wendagpu116:latest

$ docker run -it --name wendagpu --gpus all -p 17860:17860 -v /mnt/p1/wendadata/wenda:/wenda -v /media/cgwyx/sdw1/THUDM:/model/THUDM -v /media/cgwyx/p101/qwen:/model/qwen -v /media/cgwyx/sdw1/m3e-base:/model/m3e-base cgwyx/wendagpu116:latest sh

$ python3 /wenda/wenda.py -c /wenda/config-gpu.yml -t qwen

1697623989447 这个是什么原因呢? 我本地可以运行 但是用docker不行

Jethro-Cheng avatar Oct 18 '23 10:10 Jethro-Cheng

https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html#docker

参考这个在主机安装container-toolkit  

尾生 @.***

 

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2023年10月18日(星期三) 晚上6:13 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [wenda-LLM/wenda] 基于cuda11.6.2和python3.9构建一个闻达(wenda)docker镜像,方便测试及部署。 (Issue #470)

docker pull cgwyx/wendagpu116:latest

$ docker run -it --name wendagpu --gpus all -p 17860:17860 -v /mnt/p1/wendadata/wenda:/wenda -v /media/cgwyx/sdw1/THUDM:/model/THUDM -v /media/cgwyx/p101/qwen:/model/qwen -v /media/cgwyx/sdw1/m3e-base:/model/m3e-base cgwyx/wendagpu116:latest sh

$ python3 /wenda/wenda.py -c /wenda/config-gpu.yml -t qwen

这个是什么原因呢? 我本地可以运行 但是用docker不行

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

cgwyx avatar Oct 19 '23 00:10 cgwyx