-
修改docker/docker_openai_api.sh 中模型的本地路径。 |
Beta Was this translation helpful? Give feedback.
Answered by
qurikuduo
Jan 4, 2024
Replies: 1 comment
-
解决办法: docker exec -it qwen /bin/bash |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
qurikuduo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
解决办法:
登录容器,卸载flash-attn,具体步骤:
docker exec -it qwen /bin/bash
pip uninstall flash-attn
exit
重启容器:
docker stop qwen
docker start qwen
docker logs -f qwen