【求助帖】22-25.2.18-deepseek理论介绍-林希老师 AutoDL使用modelscope部署DeepSeekV3 #568
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#568
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?
云服务配置如下:

通过modelscope执行命令如下:
#创建虚拟环境
conda create -n deepseek_v3 python=3.8.17 pip -y
conda init bash
#新开终端并激活虚拟环境
conda activate deepseek_v3
#创建文件夹
mkdir ./deepseek
#安装modelscope
pip install modelscope -i https://mirrors.aliyun.com/pypi/simple
#下载模型
modelscope download --model deepseek-ai/DeepSeek-V3 --local_dir ./deepseek
需要多大系统盘配置?最后因系统盘撑爆而失败,是否需要进行某些配置?

系统盘爆满,数据盘为空
系统盘不能更改配置,推荐保存到数据盘,先cd autodl-tmp,然后再下载模型,这样会保存到数据盘。
光deepseek_v3模型权重文件就几百G。这里只有50G。不够