@ray 老师:昨天课程问题LLM的本地部署Issue #212
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#212
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?
hi,ray老师,按昨天讲义,执行到红框处(下图)
即启动服务中的:python openai_api_server.py --gpus 0 --base_model 命令,服务器报错,如图:
--error: argument --base_model: expected one argument ,貌似:--base_model 参数需要一个参数值,但你在命令行中没有提供。--base_model 选项后面应该跟一个基础模型的路径或名称。 (我试了python openai_api_server.py --gpus 0 --base_model /home/ubuntu/Chinese-LLaMA-Alpaca-3-3.0 ,还是不行),请问怎么办?
在这张图片中,你用红框标出来的命令行和下面的/home/llm_course/.cache/......是一起的喔,下面这行模型路径就是base_model的参数值。这里应该是因为ppt的格式问题,把它分开写啦