Skip to content

Commit

Permalink
remove src. from imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-tuli committed Mar 26, 2024
1 parent 1b1567d commit 7ddc3f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sparseml/transformers/utils/vllm_export_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
from torch import Tensor
from transformers import PreTrainedModel, PreTrainedTokenizerBase

from sparseml.transformers.utils.sparse_model import SparseAutoModelForCausalLM
from sparseml.transformers.utils.sparse_tokenizer import SparseAutoTokenizer
from sparseml.transformers.utils.transformations import (
add_tensors,
convert_fp32_to_fp16,
Expand All @@ -31,8 +33,6 @@
transform_tensors,
)
from sparseml.utils import get_unique_dir_name
from src.sparseml.transformers.utils.sparse_model import SparseAutoModelForCausalLM
from src.sparseml.transformers.utils.sparse_tokenizer import SparseAutoTokenizer


__all__ = [
Expand Down

0 comments on commit 7ddc3f0

Please sign in to comment.