【求助帖】25.1.21,Chinese LLaMA Alpaca系列模型OpenAI API调用实现 llama-3-chinese 安装失败 #488
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#488
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?
依次输入命令为:
conda activate chinese_llama_alpaca_3
pip install modelscope -i https://mirrors.aliyun.com/pypi/simple
modelscope download --model ChineseAlpacaGroup/llama-3-chinese-8b-instruct v3
你好,模型下载命令应该为:
modelscope download --model ChineseAlpacaGroup/llama-3-chinese-8b-instruct-v3
而非:
modelscope download --model ChineseAlpacaGroup/llama-3-chinese-8b-instruct v3
注意最后v3前面有一个横线符号-