如何在modelscope平台只下载模型的某个文件夹版本

文章目录

背景介绍

https://www.modelscope.cn/models/bilibili-index/Index-anisora/files

我是只想下载b站发布的模型anisora的V3.2版本,因为整个模型库包括各个版本,一共将近600GB。

命令

复制代码
# 1. 找个空目录
mkdir G:\model\Index-anisora-v3.2
cd G:\model\Index-anisora-v3.2

# 2. 初始化并绑定远程仓库
git init
git remote add origin https://www.modelscope.cn/bilibili-index/Index-anisora.git

# 3. 开启稀疏检出
git config core.sparseCheckout true
echo "V3.2/*" | Out-File -Encoding ascii .git/info/sparse-checkout

# 4. 拉取 分支
git pull origin master

结果

相关推荐
毒爪的小新1 天前
Linux 环境极速部署 vLLM:从零搭建生产级大模型推理服务
linux·人工智能·ai·语言模型·vllm
BLSxiaopanlaile1 天前
《智慧的疆界》读书笔记
ai
JaydenAI1 天前
[对比学习LangChain和MAF-07]如何引入人机交互的审批流程
python·ai·langchain·c#·agent·hitl·maf
尘埃落定wf1 天前
Claude Code 深度拆解:执行机制 + 实际工作流融合指南
ai·cladue
不才不才不不才1 天前
Spring AI 实战:聊天、提示词、记忆三件套
java·人工智能·spring·ai
汤姆yu1 天前
Anthropic Claude Fable 5 深度解析
人工智能·ai·大模型·智能体·视频模型
zhayujie1 天前
让 Agent 在对话中成长:自进化机制的五层实现
ai·大模型·agent·harness
dmmaxwell1 天前
性价比高的AI外贸自动拓客哪个靠谱
ai
lllsure1 天前
【开源项目】Learn Claude Code
python·ai