xusenlinzy / api-for-open-llm

Openai style api for open large language models, using LLMs just as chatgpt! Support for LLaMA, LLaMA-2, BLOOM, Falcon, Baichuan, Qwen, Xverse, SqlCoder, CodeLLaMA, ChatGLM, ChatGLM2, ChatGLM3 etc. 开源大模型的统一后端接口
Apache License 2.0
2.16k stars 252 forks source link

docker无法下载image #284

Closed xqinshan closed 3 weeks ago

xqinshan commented 3 weeks ago

提交前必须检查以下项目 | The following items must be checked before submission

问题类型 | Type of problem

安装环境 | Installation environment

操作系统 | Operating system

Windows

详细描述问题 | Detailed description of the problem

希望在docker运行,但 docker pull xusenlinzy/llm-api Using default tag: latest latest: Pulling from xusenlinzy/llm-api failed to copy: httpReadSeeker: failed open: unexpected status code https://0y3buaaq.mirror.aliyuncs.com/v2/xusenlinzy/llm-api/blobs/sha256:a2882b64d80fccfe731d1602e49f35d93860dafb7a0fcbe6d5978876ac7cb399?ns=docker.io: 500 Internal Server Error - Server message: unknown: unknown error 试了几个代理都不行,怎样获得 xusenlinzy/llm-api:pytorch?

Dependencies

# 请在此处粘贴依赖情况
# Please paste the dependencies here

运行日志或截图 | Runtime logs or screenshots

# 请在此处粘贴运行日志
# Please paste the run log here
xusenlinzy commented 3 weeks ago

需要自己构建的哈~ 在项目目录下执行

vllm镜像

docker build -t llm-api:vllm -f docker/Dockerfile.vllm .

非vllm镜像

docker build -t llm-api:pytorch -f docker/Dockerfile.