【求助帖】26-25.3.4-大语言模型训练篇:多机多卡微调+fastgpt入门 pg和OneApi启动失败 #628
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: HswOAuth/llm_course#628
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
win10系统通过dockerdesktop部署好了fastgpt环境,docker-compose.yml 和 config.json只把mysql的端口号改成了3307


fastgpt UI界面如下
OneAPI和pg启动失败,一直在retry并返回connection error
日志见附件
【求助帖】26-25.3.4-大语言模型训练篇:多机多卡微调+fastgpt入门 fastgpt登录失败to 【求助帖】26-25.3.4-大语言模型训练篇:多机多卡微调+fastgpt入门 pg和OneApi启动失败有可能端口已经有占用,先尝试下使用其他端口。如果还有问题,最好直接在fastgpt issue上提问,看是不是官方bug:https://github.com/labring/FastGPT/issues。
您好,试了一下,发现有时候执行docker compose up -d命令后文件夹下没有东西,就会报文件夹没找到的问题,如图:

https://doc.tryfastgpt.ai/docs/development/docker/#1-%E4%B8%8B%E8%BD%BD-docker-composeyml

参考下最新的安装教程,重新试下。