Skip to content

Commit e312b74

Browse files
committed
Fix unload() for vision tower
1 parent 747fbad commit e312b74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

exllamav2/vlm/vision_tower.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ def __init__(
4242
km = self.archparams.keys
4343
self.modules = []
4444

45+
self.tp_context = None
46+
4547
# Preprocessor
4648

4749
if cfg.vision_model_type == "pixtral":

0 commit comments

Comments
 (0)