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

677 B
Raw Permalink Blame History

Repository Structure

Top-level

  • docs/:通用流程与检查清单
  • scripts/:准备数据、上传等脚本
  • templates/ModelScope 元数据模板
  • examples/:历史模型案例
  • calibration/:校准数据与缓存
  • modelscope_upload/:当前上传工作区
  • artifacts/:本地大产物(默认忽略)
artifacts/
  <model_name>/
    base_gguf/
    quantized_gguf/
examples/
  <model_name>/
    README.md
    docs/
    modelscope_upload/
    artifacts/

Notes

  • modelscope_upload/ 只保留当前发布批次所需文件。
  • 案例目录用于记录“参数与过程”,避免知识丢失。