Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
bpkroth committed Aug 20, 2024
1 parent 2723567 commit 5ed49bf
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
from mlos_bench.tunables.tunable import Tunable
from mlos_bench.tunables.tunable_groups import TunableGroups
from mlos_core.spaces.converters.util import (
monkey_patch_cs_quantization,
QUANTIZATION_BINS_META_KEY,
monkey_patch_cs_quantization,
)

# pylint: disable=redefined-outer-name
Expand Down
1 change: 0 additions & 1 deletion mlos_core/mlos_core/spaces/converters/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from ConfigSpace.functional import quantize
from ConfigSpace.hyperparameters import Hyperparameter, NumericalHyperparameter


QUANTIZATION_BINS_META_KEY = "quantization_bins"


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

from mlos_core.spaces.adapters import LlamaTuneAdapter
from mlos_core.spaces.converters.util import (
monkey_patch_cs_quantization,
QUANTIZATION_BINS_META_KEY,
monkey_patch_cs_quantization,
)

# Explicitly test quantized values with llamatune space adapter.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
from numpy.random import RandomState

from mlos_core.spaces.converters.util import (
monkey_patch_cs_quantization,
QUANTIZATION_BINS_META_KEY,
monkey_patch_cs_quantization,
)
from mlos_core.tests import SEED

Expand Down

0 comments on commit 5ed49bf

Please sign in to comment.