Skip to content

Commit 4bcc9f1

Browse files
committed
minor
Signed-off-by: Kinjal Patel <kinjalpravin@nvidia.com>
1 parent 1d5e979 commit 4bcc9f1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

examples/vllm_serve/fakequant_worker.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ def _fakequant_run_prolog_worker(self) -> None:
108108
tokenizer.pad_token = tokenizer.eos_token
109109

110110
model = self.model_runner.model
111-
print(model)
112111
if quant_config["modelopt_state_path"]:
113112
print(f"Loading modelopt state from {quant_config['modelopt_state_path']}")
114113
# Load on CPU to avoid failures when the checkpoint was saved from a different

0 commit comments

Comments
 (0)