Skip to content

Commit 5253ea4

Browse files
committed
fix quota pre-commit issue
1 parent 2b59a08 commit 5253ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tpu_inference/models/jax/utils/weight_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ def _load_hf_weights_on_thread(vllm_config,
337337

338338
# Check if model_weight is a valid parameter
339339
if not hasattr(model_weight, 'value'):
340-
logger.warning(f"Skipping {hf_key} -> {model_key}: not a parameter (no 'value' attribute)")
340+
logger.warning(f"Skipping {hf_key} -> {model_key}: not a parameter (no value attribute)")
341341
continue
342342

343343
logger.debug(

0 commit comments

Comments
 (0)