汇视威计算平台搭建的GLM3-6B模型网页版如何访问? #376
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#376
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?
在咱们汇视威的计算平台上搭建了GLM3官方的网页版demo,运行后提示:You can now view your Streamlit app in your browser.
Local URL: http://localhost:8501
Network URL: http://10.244.88.179:8501
请问我该如何访问到这个网址?
汇视威计算平台搭建的GLM4网页模型如何访问?to 汇视威计算平台搭建的GLM3-6B模型网页版如何访问?需要打隧道,在您的本机输入类似下面的命令:
ssh -CNgv -L 8501:127.0.0.1:8501 root@connect.beijinga.seetacloud.com -p 35596
关于打隧道的原理,请参考帖子:#308