File tree Expand file tree Collapse file tree 2 files changed +1
-122
lines changed
modelopt/torch/_compress/nas/plugins
tests/experimental/torch/_compress Expand file tree Collapse file tree 2 files changed +1
-122
lines changed Original file line number Diff line number Diff line change 3131from modelopt .torch ._compress .decilm .converters .convert_llama3_to_decilm import (
3232 convert_llama3_to_decilm ,
3333)
34+ from modelopt .torch ._compress .hydra import initialize_hydra_config_for_dir
3435from modelopt .torch ._compress .runtime import NativeDdpRuntime
3536from modelopt .torch .nas .conversion import NASModeRegistry
3637from modelopt .torch .opt .config import ModeloptBaseConfig , ModeloptField
4344)
4445from modelopt .torch .opt .searcher import BaseSearcher , SearchStateDict
4546
46- # TODO Move initialize_hydra_config_for_dir from tests to main
47- from tests .utils .test_utils import initialize_hydra_config_for_dir
48-
4947
5048class CompressModel (nn .Module ):
5149 pass # No model implementation is needed for the compress mode
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments