Skip to content

Commit

Permalink
Fix torch import
Browse files Browse the repository at this point in the history
  • Loading branch information
danielz02 committed Mar 26, 2024
1 parent fba2378 commit a67724f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/helm/proxy/clients/huggingface_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ 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 find_layers
from squeezellm.quant import make_quant_lut

Expand Down

0 comments on commit a67724f

Please sign in to comment.