adamant368

Results 3 issues of adamant368

### 请提出你的问题 使用paddlenlp的stable diffusion功能下载模型时报错: ``` Downloading from https://bj.bcebos.com/paddlenlp/models/community/CompVis/stable-diffusion-v1-4\tokenizer_config.json failed with code 404! ``` paddlenlp版本:2.4.2 paddlepaddle版本:2.3.2 平台:Windows11 python版本:3.10.8 代码示例: ``` python from paddlenlp import Taskflow def stable_diffusion(): text_to_image = Taskflow("text_to_image", model="CompVis/stable-diffusion-v1-4")...

question

### 文档链接&描述 Document Links & Description **文档链接**:https://www.paddlepaddle.org.cn/documentation/docs/zh/guides/06_distributed_training/deployment_cn.html **错误位置**:裸机及Docker化部署-paddle环境安装-docker安装命令 **错误原因**:docker --host命令部分版本不支持,本机20.10.12版本测试不通过,报错 ```shell unknown flag: --host ``` 同时,由于没有未挂载`/dev/shm`会导致多卡无法正常运行,只能正常运行一卡。 **更多建议**:nvidia-docker2貌似已经弃用nvidia-docker命令,改为--runtime方式,可以在命令行中进行体现,同时,在启动docker时将`/dev/shm`进行挂载。 ### 请提出你的建议/提个PR修复这个问题 Please give your suggestion/update a PR to fix it 命令行代码可以修改为: ```...

solve the issue #34, support up to 3 dimension input