use relative import

This commit is contained in:
Wing Lian
2025-05-04 07:35:29 -04:00
parent 695fc2f802
commit 544b1212d8

View File

@@ -72,7 +72,7 @@ class CutCrossEntropyPlugin(BasePlugin):
if cfg.cut_cross_entropy:
self._check_requirements()
from axolotl.integrations.cut_cross_entropy.monkeypatch.patch import (
from .monkeypatch.patch import (
cce_patch,
)