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

internlm2-chat-20b,成功运行后,收到请求无回复 #229

Closed deku0818 closed 5 months ago

deku0818 commented 5 months ago

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

问题类型 | Type of problem

模型推理和部署 | Model inference and deployment

操作系统 | Operating system

Linux

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

PORT=20001 MODEL_NAME=internlm2 MODEL_PATH=/data/llm/internlm2-chat-20b TENSOR_PARALLEL_SIZE=2 GPUS=0,1 NUM_GPUs=2 DEVICE_MAP=auto

Dependencies

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

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

image

deku0818 commented 5 months ago

用了今天(2024/2/4)的代码,没问题了