【求助帖】25.1.21,Chinese LLaMA Alpaca系列模型OpenAI API调用实现 llama-3-chinese 安装失败 #488

Closed
opened 2025-01-22 21:23:43 +08:00 by CharlieXie · 1 comment

image
依次输入命令为:
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

![image](/attachments/74e09578-3e26-4571-b948-c1a2e3e8e5ec) 依次输入命令为: 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

image
依次输入命令为:
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前面有一个横线符号-

> ![image](/attachments/74e09578-3e26-4571-b948-c1a2e3e8e5ec) > 依次输入命令为: > 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前面有一个横线符号-
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: HswOAuth/llm_course#488
No description provided.