Skip to content

Commit c56b7bd

Browse files
committed
update args name
1 parent c5edfbc commit c56b7bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parallax/sglang/model_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ def initialize_sgl_model_runner(
253253
f"Downloading model with selective weight files for layers [{start_layer}, {end_layer})"
254254
)
255255
model_path = get_model_path_with_selective_download(
256-
model_repo, start_layer=start_layer, end_layer=end_layer, use_hfcache=use_hfcache
256+
model_repo, start_layer=start_layer, end_layer=end_layer, local_files_only=use_hfcache
257257
)
258258

259259
config = load_config(model_path)

0 commit comments

Comments
 (0)