中文llama3仿openai api实战--关于Chinese-LLaMA-Alpaca-3-3.0.tar.gz的作用 #526
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#526
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?
不清楚为什么要下载并解压这个文件,模型文件不是从魔搭上拉下来的吗,这个文件的作用是什么
这个是应用项目开发代码,和模型没关系的。
那它的作用是什么,如不下载,通过模型拉下来的大模型文件可以正常启动吗
模型是不能脱离代码启动的。Chinese-LLaMA-Alpaca-3-3.0.tar.gz是启动模型所需的源码文件。启动大模型需要两个东西:
好的,感谢老师