[求助帖]在Autodl平台,如何启动fsatgpt #320
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: HswOAuth/llm_course#320
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?
Autodl平台,不能运行docker
建议使用本地的机器使用Docker部署FastGPT
fastgpt 和 oneapi 不需要GPU,建议在自己机器上部署,使用docker部署坑比较少
模型可以使用xinference在autodl上部署
然后使用ssh隧道建立连接,命令如下
ssh -p 30921 root@connect.nma1.seetacloud.com -L 0.0.0.0:9997:0.0.0.0:9997 -N
ssh -p 30921 root@connect.nma1.seetacloud.com
这部分是autodl上的ssh连接命令,注意替换成自己的,需要输入密码也是autodl提供的执行完上面的命令后,在自己的机器上打开浏览器,输入
127.0.0.1:9997
就可以访问autodl上的xinference了