Skip to content

Commit

Permalink
Bug fix from last
Browse files Browse the repository at this point in the history
  • Loading branch information
JadenFiotto-Kaufman committed Jan 31, 2025
1 parent bdc4651 commit eccb2fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/nnsight/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
import os
from functools import wraps

from importlib.metadata import PackageNotFoundError, version
from typing import Any, Callable, Dict, Union

Expand All @@ -36,8 +37,8 @@
CONFIG = ConfigModel(**yaml.safe_load(file))


from .intervention import Envoy, NNsight
from .logger import logger, remote_logger
from .intervention import Envoy, NNsight
from .modeling.language import LanguageModel

logger.disabled = not CONFIG.APP.LOGGING
Expand Down

0 comments on commit eccb2fb

Please sign in to comment.