Skip to content

Commit

Permalink
fix foramt issue
Browse files Browse the repository at this point in the history
  • Loading branch information
EC2 Default User committed Aug 1, 2024
1 parent 4a7cb46 commit 35e99d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/sglang/srt/model_loader/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@ 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
) -> QuantizationConfig:
Expand Down

0 comments on commit 35e99d5

Please sign in to comment.