关于VLM课程中使用xinference部署本地模型 #303
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: HswOAuth/llm_course#303
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?
使用glm-4v 9b模型部署接入fastgpt是可以的,

模型部署需要使用8bit量化模型(大概需要21G显存),否则会出现OOM
另外关于gradio_gpt4o.py脚本,已经添加了 记录历史会话信息的逻辑

修改后可以将历史会话信息记录下来