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

Commit 4f2fbe7

Browse files
committed
clean comments
1 parent ce4f2bf commit 4f2fbe7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

torchchat/model.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
3030
SequenceParallel,
3131
)
3232
from torch.nn import functional as F
33-
# TODO: remove this after we figure out where in torchtune an `evaluate` module
34-
# is being imported, which is being confused with huggingface's `evaluate``.
3533
from torchtune.models.clip import clip_vision_encoder
3634
from torchtune.models.llama3_1._component_builders import llama3_1 as llama3_1_builder
3735
from torchtune.models.llama3_2_vision._component_builders import (

0 commit comments

Comments
 (0)