Files
llm-gguf-quant-template/docs/REPO_STRUCTURE.md
2026-03-02 23:22:33 +08:00

32 lines
677 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Repository Structure
## Top-level
- `docs/`:通用流程与检查清单
- `scripts/`:准备数据、上传等脚本
- `templates/`ModelScope 元数据模板
- `examples/`:历史模型案例
- `calibration/`:校准数据与缓存
- `modelscope_upload/`:当前上传工作区
- `artifacts/`:本地大产物(默认忽略)
## Recommended Layout
```text
artifacts/
<model_name>/
base_gguf/
quantized_gguf/
examples/
<model_name>/
README.md
docs/
modelscope_upload/
artifacts/
```
## Notes
- `modelscope_upload/` 只保留当前发布批次所需文件。
- 案例目录用于记录“参数与过程”,避免知识丢失。