# ml-cli **Repository Path**: perfeye/ml-cli ## Basic Information - **Project Name**: ml-cli - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-27 - **Last Updated**: 2026-04-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ml-cli 魔乐社区 CLI 工具。 ## 安装 ```bash pip install -e . ``` ## 使用 ```bash # 下载整个仓库 ml-cli download user/repo # 下载指定文件 ml-cli download user/repo config.json # 下载数据集 ml-cli download user/repo --type dataset # 指定分支 ml-cli download user/repo --revision refs/pr/78 # 排除某些文件 ml-cli download user/repo --exclude "*.log" ```