13-24.9.5-私有化LLM仿OpenAI API接口的高可用工程实践 课后作业 #30
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#30
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?
环境:
windows宿主机
docker搭建ubuntu完成实验
Tip:
配置完OneAPI令牌后,NextChat需要重启聊天框才生效。
BUG:
--load_in_8bit 在高并发下会报错( output += torch.matmul(subA, state.subB RuntimeError: mat1 and mat2 shapes cannot be multiplied (1x2 and 1x1024))
作业完成