Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit b9ecdfa

Browse files
committed
Minimize changes
1 parent f68084b commit b9ecdfa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

torchchat/model.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
RowwiseParallel,
3030
SequenceParallel,
3131
)
32+
# TODO: remove this after we figure out where in torchtune an `evaluate` module
33+
# is being imported, which is being confused with huggingface's `evaluate``.
34+
import lm_eval # noqa
3235
from torch.nn import functional as F
3336
from torchtune.models.clip import clip_vision_encoder
3437
from torchtune.models.llama3_1._component_builders import llama3_1 as llama3_1_builder

0 commit comments

Comments
 (0)