PulseAugur
实时 10:47:28
实体 model_explorer.py

model_explorer.py

PulseAugur coverage of model_explorer.py — every cluster mentioning model_explorer.py across labs, papers, and developer communities, ranked by signal.

Show in brief
总计 · 30天
1
90 天内 1
发布 · 30天
0
90 天内 0
论文 · 30天
0
90 天内 0
层级分布 · 90 天
主题
情绪 · 30 天

1 天有情绪数据

最近 · 第 1/1 页 · 共 1 条
  1. TOOL · CL_144078 ·

    开发者发布工具以可视化和分析 safetensors 模型量化

    一位开发者创建了两个 Python 工具来可视化和分析 safetensors 文件,这些文件通常用于存储 AI 模型。第一个工具 `model_explorer.py` 以树状格式显示 safetensors 文件的结构,详细说明层大小、数据类型和量化方法,如 NVFP4 和 INT4。第二个工具 `quant_explorer.py` 将基础模型与其量化版本进行比较,将层分类为已量化、保持原始精度或降级,并识别这些分类的模式。开发…