Skip to content

Commit

Permalink
Fix wildcard import
Browse files Browse the repository at this point in the history
  • Loading branch information
danielz02 committed Mar 26, 2024
1 parent d8da4ca commit fba2378
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/helm/proxy/clients/huggingface_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ def __init__(self, model_config: HuggingFaceModelConfig):
hlog(self.model.hf_device_map)
elif quantization_config and quantization_config.model_loader == ModelLoader.SQUEEZELLM:
import torch
from squeezellm.modelutils import *
from squeezellm.quant import *
from squeezellm.modelutils import find_layers
from squeezellm.quant import make_quant_lut

if (
"xgen" in quantization_config.quant_file
Expand Down

0 comments on commit fba2378

Please sign in to comment.