求助贴(关于nextchat的问题) #202
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: HswOAuth/llm_course#202
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?
关于nextchat对话可视化的问题,我是用windows系统上本地部署的glm4模型,这样部署的模型可以导入在nextchat中吗,可以的话,那nextchat的接口地址填什么?
求助贴to 求助贴(关于nextchat的问题)我是在Linux系统上部署的,在用代码“python openai_api_server.py --gpus 0 --base_model /llama-3-chinese-8b-instruct-v3”启动大模型服务后一般会出现类似这样的输出:
可以看到图中注明了端口号。
如果你是在windows本地部署模型的话,应该也会出现类似的输出。可能需要你提供一些的具体运行时的截图信息喔
我电脑是windows系统,Python的环境是用conda搭建的,然后按照老师的代码运行,后面就是会报一个错误,没有vllm这个模块,然后安装就出了很多问题,换了方式安装也装不上去,老师可以给个conda安装vllm包的详细教程吗?上面那个是报错的图
vLLM可以在训练平台使用喔~
HswOAuth/llm_share#25 (comment)
这里有在训练平台使用已经安装好的环境的教程