Skip to content

Commit

Permalink
fix format issue
Browse files Browse the repository at this point in the history
  • Loading branch information
EC2 Default User committed Aug 1, 2024
1 parent 35e99d5 commit 478adef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/sglang/srt/model_loader/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def safetensors_weights_iterator(
for name in f.keys(): # noqa: SIM118
param = f.get_tensor(name)
yield name, param


def get_quant_config(
model_config: ModelConfig, load_config: LoadConfig
Expand Down

0 comments on commit 478adef

Please sign in to comment.