Skip to content

Commit

Permalink
Move files from quantization/prototype -> prototype/quantization (#1187)
Browse files Browse the repository at this point in the history
  • Loading branch information
jainapurva authored Oct 29, 2024
1 parent 5cfc4c7 commit 958a197
Show file tree
Hide file tree
Showing 17 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import torch.nn as nn
from torchao.quantization import quantize_, int8_weight_only, int4_weight_only
from torchao.quantization.utils import compute_error
from torchao.quantization.prototype.mixed_precision.scripts.naive_intNwo import intN_weight_only
from torchao.prototype.quantization.mixed_precision.scripts import intN_weight_only

_CUDA_IS_AVAILABLE = torch.cuda.is_available()

Expand Down
File renamed without changes.
Empty file.

0 comments on commit 958a197

Please sign in to comment.