PulseAugur
实时 09:43:36

GPTQ-2D 通过立方时间并行处理推进矩阵舍入

研究人员推出了一种新颖的自适应实数矩阵到整数舍入方法 GPTQ-2D。该技术是现有方法(如 GPTQ 和 Babai 的最近平面算法)的扩展,解决了舍入问题的双面版本。与之前逐个处理条目的方法不同,GPTQ-2D 按反对角线逐个进行舍入,从而实现并行处理并达到立方时间复杂度。 AI

影响 引入了一种更有效的矩阵舍入算法,可能影响模型压缩和优化技术。

排序理由 该集群包含一篇详细介绍新矩阵舍入算法的研究论文。[lever_c_demoted from research: ic=1 ai=1.0]

在 Hugging Face Daily Papers 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

GPTQ-2D 通过立方时间并行处理推进矩阵舍入

报道来源 [1]

  1. Hugging Face Daily Papers TIER_1 English(EN) ·

    GPTQ-2D:立方时间双面自适应舍入

    Adaptive rounding methods such as GPTQ, or equivalently Babai's nearest plane algorithm, round a real matrix to integers under a quadratic metric. They process the entries in a fixed order, one at a time, propagating each rounding error to the entries not yet processed through a …