Skip to content

Commit 692721c

Browse files
committed
Remove debug print
1 parent b8180ff commit 692721c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def __init__(self, model: str, memory_mode: str):
166166
)
167167
self.model = LlavaForConditionalGeneration.from_pretrained(str(checkpoint_path), torch_dtype="auto", device_map="auto", quantization_config=qnt_config)
168168
print(f"Loaded model {model} with memory mode {memory_mode}")
169-
print(self.model)
169+
#print(self.model)
170170
self.model.eval()
171171

172172
@torch.inference_mode()

0 commit comments

Comments
 (0)