paper-with-me

Papers

Technical Report: NEMO DNN Quantization for Deployment Model

2020-04-13 · Francesco Conti

This technical report aims at defining a formal framework for Deep Neural Network (DNN) layer-wise quantization, focusing in particular on the problems related to the final deployment. It also acts as a documentation for the NEMO (NEural Minimization for pytOrch) framework. It describes the four DNN representations used in NEMO (FullPrecision, FakeQuantized, QuantizedDeployable and IntegerDeployable), focusing in particular on a formal definition of the latter two. An important feature of this model, and in particular the IntegerDeployable representation, is that it enables DNN inference using purely integers - without resorting to real-valued numbers in any part of the computation and without relying on an explicit fixed-point numerical representation.

📄 PDF Abstract BibTeX arXiv:2004.05930

Code (2)

idsia-robotics/pulp-frontnet pytorch
pulp-platform/nemo pytorch

Tasks

Quantization

Similar Papers 제목 키워드 기반

Quantization-Aware Distillation for NVFP4 Inference Accuracy Recovery

2026-01-27 · Meng Xin, Sweta Priyadarshi, Jingyu Xin, Bilal Kartal 외 arxiv

This technical report presents quantization-aware distillation (QAD) and our best practices for recovering accuracy of NVFP4-quantized large language models (LLMs) and vision-language models (VLMs). QAD distills a full-p…

Reinforcement Learning

Nemotron-4 15B Technical Report

2024-02-26 · Jupinder Parmar, Shrimai Prabhumoye, Joseph Jennings, Mostofa Patwary 외

We introduce Nemotron-4 15B, a 15-billion-parameter large multilingual language model trained on 8 trillion text tokens. Nemotron-4 15B demonstrates strong performance when assessed on English, multilingual, and coding t…

Language ModelingLanguage Modelling

Nemotron-Labs-3-Puzzle-75B-A9B: Compressing Hybrid MoE LLMs

2026-07-05 · Akhiad Bercovich, Talor Abramovich, Daniel Afrimi, Shay Aharon 외 arxiv

We present Nemotron-Labs-3-Puzzle-75B-A9B, a compressed variant of Nemotron-3-Super optimized for interactive deployment. We designed the model to maximize server throughput under high user throughput constraints. In int…

Knowledge DistillationReinforcement Learning

Nemotron-4 340B Technical Report

2024-06-17 · Nvidia, :, Bo Adler, Niket Agarwal 외

We release the Nemotron-4 340B model family, including Nemotron-4-340B-Base, Nemotron-4-340B-Instruct, and Nemotron-4-340B-Reward. Our models are open access under the NVIDIA Open Model License Agreement, a permissive mo…

Synthetic Data Generation

Quantitative Analysis of Performance Drop in DeepSeek Model Quantization

2025-05-05 · Enbo Zhao, Yi Shen, Shuming Shi, Jieyun Huang 외

Recently, there is a high demand for deploying DeepSeek-R1 and V3 locally, possibly because the official service often suffers from being busy and some organizations have data privacy concerns. While single-machine deplo…

GPUQuantization