PyTorch native quantization and sparsity for training and inference

brrr cuda dtypes float8 inference llama mx pytorch quantization sparsity training transformer
30 Open Issues Need Help Last updated: Jul 1, 2026

Open Issues Need Help

View All on GitHub
good first issue tracker float8 module: training moe

PyTorch native quantization and sparsity for training and inference

Python
#brrr#cuda#dtypes#float8#inference#llama#mx#pytorch#quantization#sparsity#training#transformer

PyTorch native quantization and sparsity for training and inference

Python
#brrr#cuda#dtypes#float8#inference#llama#mx#pytorch#quantization#sparsity#training#transformer
topic: documentation good first issue tracker

PyTorch native quantization and sparsity for training and inference

Python
#brrr#cuda#dtypes#float8#inference#llama#mx#pytorch#quantization#sparsity#training#transformer
good first issue

PyTorch native quantization and sparsity for training and inference

Python
#brrr#cuda#dtypes#float8#inference#llama#mx#pytorch#quantization#sparsity#training#transformer
good first issue triaged

PyTorch native quantization and sparsity for training and inference

Python
#brrr#cuda#dtypes#float8#inference#llama#mx#pytorch#quantization#sparsity#training#transformer
good first issue optimizer

PyTorch native quantization and sparsity for training and inference

Python
#brrr#cuda#dtypes#float8#inference#llama#mx#pytorch#quantization#sparsity#training#transformer
good first issue distributed module: qat

PyTorch native quantization and sparsity for training and inference

Python
#brrr#cuda#dtypes#float8#inference#llama#mx#pytorch#quantization#sparsity#training#transformer
good first issue triaged

PyTorch native quantization and sparsity for training and inference

Python
#brrr#cuda#dtypes#float8#inference#llama#mx#pytorch#quantization#sparsity#training#transformer

PyTorch native quantization and sparsity for training and inference

Python
#brrr#cuda#dtypes#float8#inference#llama#mx#pytorch#quantization#sparsity#training#transformer
good first issue

PyTorch native quantization and sparsity for training and inference

Python
#brrr#cuda#dtypes#float8#inference#llama#mx#pytorch#quantization#sparsity#training#transformer
topic: documentation good first issue module: inference

PyTorch native quantization and sparsity for training and inference

Python
#brrr#cuda#dtypes#float8#inference#llama#mx#pytorch#quantization#sparsity#training#transformer
MoE example 28 days ago
good first issue

PyTorch native quantization and sparsity for training and inference

Python
#brrr#cuda#dtypes#float8#inference#llama#mx#pytorch#quantization#sparsity#training#transformer
good first issue module: qat

PyTorch native quantization and sparsity for training and inference

Python
#brrr#cuda#dtypes#float8#inference#llama#mx#pytorch#quantization#sparsity#training#transformer
good first issue

PyTorch native quantization and sparsity for training and inference

Python
#brrr#cuda#dtypes#float8#inference#llama#mx#pytorch#quantization#sparsity#training#transformer
topic: documentation good first issue docathon:easy

PyTorch native quantization and sparsity for training and inference

Python
#brrr#cuda#dtypes#float8#inference#llama#mx#pytorch#quantization#sparsity#training#transformer
topic: documentation good first issue docathon:easy

PyTorch native quantization and sparsity for training and inference

Python
#brrr#cuda#dtypes#float8#inference#llama#mx#pytorch#quantization#sparsity#training#transformer

PyTorch native quantization and sparsity for training and inference

Python
#brrr#cuda#dtypes#float8#inference#llama#mx#pytorch#quantization#sparsity#training#transformer

PyTorch native quantization and sparsity for training and inference

Python
#brrr#cuda#dtypes#float8#inference#llama#mx#pytorch#quantization#sparsity#training#transformer
good first issue

PyTorch native quantization and sparsity for training and inference

Python
#brrr#cuda#dtypes#float8#inference#llama#mx#pytorch#quantization#sparsity#training#transformer

PyTorch native quantization and sparsity for training and inference

Python
#brrr#cuda#dtypes#float8#inference#llama#mx#pytorch#quantization#sparsity#training#transformer

PyTorch native quantization and sparsity for training and inference

Python
#brrr#cuda#dtypes#float8#inference#llama#mx#pytorch#quantization#sparsity#training#transformer

PyTorch native quantization and sparsity for training and inference

Python
#brrr#cuda#dtypes#float8#inference#llama#mx#pytorch#quantization#sparsity#training#transformer

PyTorch native quantization and sparsity for training and inference

Python
#brrr#cuda#dtypes#float8#inference#llama#mx#pytorch#quantization#sparsity#training#transformer

PyTorch native quantization and sparsity for training and inference

Python
#brrr#cuda#dtypes#float8#inference#llama#mx#pytorch#quantization#sparsity#training#transformer

PyTorch native quantization and sparsity for training and inference

Python
#brrr#cuda#dtypes#float8#inference#llama#mx#pytorch#quantization#sparsity#training#transformer

PyTorch native quantization and sparsity for training and inference

Python
#brrr#cuda#dtypes#float8#inference#llama#mx#pytorch#quantization#sparsity#training#transformer

PyTorch native quantization and sparsity for training and inference

Python
#brrr#cuda#dtypes#float8#inference#llama#mx#pytorch#quantization#sparsity#training#transformer

AI Summary: The task is to correct the `torch_version_at_least` function in the TorchAO project. The current implementation incorrectly compares pre-release versions (e.g., 2.5.0.dev, 2.5.0.git) to stable releases, leading to inaccurate version checks. The fix requires adjusting the comparison logic to correctly order pre-release and stable versions (2.4.0 < 2.5.0.dev/2.5.0.git < 2.5.0).

Complexity: 3/5
good first issue

PyTorch native quantization and sparsity for training and inference

Python
#brrr#cuda#dtypes#float8#inference#llama#mx#pytorch#quantization#sparsity#training#transformer

AI Summary: Refactor the linear registration system in the TorchAO PyTorch-native model optimization framework. The current system is inconsistent with other registration methods, making it confusing and difficult to maintain. The goal is to create a unified and cleaner registration API for linear operations, consistent with the existing @implements system, while preserving the ability to overwrite linear operations for auto-quantization.

Complexity: 4/5
good first issue

PyTorch native quantization and sparsity for training and inference

Python
#brrr#cuda#dtypes#float8#inference#llama#mx#pytorch#quantization#sparsity#training#transformer

AI Summary: This task involves optimizing the performance of fp8 blockwise training in the TorchAO project. It requires benchmarking the performance of custom Triton GEMM kernels against PyTorch's `torch._scaled_mm` for fp8 matrix multiplications within a blockwise training context. If `torch._scaled_mm` proves faster, the code needs to be updated to utilize it, accounting for potential differences in memory layout requirements.

Complexity: 4/5
good first issue float8

PyTorch native quantization and sparsity for training and inference

Python
#brrr#cuda#dtypes#float8#inference#llama#mx#pytorch#quantization#sparsity#training#transformer