Skip to content

Commit 1d026e9

Browse files
Yi4Liuulivne
authored andcommitted
[SW-207559] Folder layout refactoring and cleanup (phase 1)
Change-Id: Ic9bffd2b7477d4530b4e2a5e411760a731efb84b Signed-off-by: Yi Liu <[email protected]>
1 parent 4f38dde commit 1d026e9

File tree

15 files changed

+9
-1600
lines changed

15 files changed

+9
-1600
lines changed

neural_compressor/torch/algorithms/fp8_quant/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
with_patched_module,
2020
)
2121
from neural_compressor.torch.algorithms.fp8_quant.prepare_quant.prepare_model import finish_measurements, prep_model
22-
from neural_compressor.torch.algorithms.fp8_quant.fp8_quant import FP8Quantizer
22+
from neural_compressor.torch.algorithms.fp8_quant.quantizer import FP8Quantizer
2323
from neural_compressor.torch.algorithms.fp8_quant.patched_module_base import (
2424
PatchedModuleBase,
2525
register_patched_module,

neural_compressor/torch/algorithms/fp8_quant/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def get_patched_mod_list():
7878

7979

8080
def restore_patched_module(patched_model):
81-
from neural_compressor.torch.algorithms.fp8_quant.helper_modules import helper_mods
81+
from neural_compressor.torch.algorithms.fp8_quant.utils import helper_mods
8282

8383
patched_mod_list = get_patched_mod_list()
8484

neural_compressor/torch/algorithms/fp8_quant/internal/diffusion_evaluation/README

Lines changed: 0 additions & 32 deletions
This file was deleted.

neural_compressor/torch/algorithms/fp8_quant/internal/diffusion_evaluation/SR_evaluation/README.md

Lines changed: 0 additions & 37 deletions
This file was deleted.

neural_compressor/torch/algorithms/fp8_quant/internal/diffusion_evaluation/SR_evaluation/create_SR_dataset.py

Lines changed: 0 additions & 107 deletions
This file was deleted.

0 commit comments

Comments
 (0)