Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Zapharaos authored Apr 19, 2024
2 parents e209f6b + d2cd085 commit 8b74ea5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sdk/downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ def process(self, models_path: str, skip: str = "",
# Output result
result_dict = {"module": self.module}

# Options
options_tokenizer = {}

if skip != DOWNLOAD_MODEL:
Expand Down Expand Up @@ -251,7 +250,7 @@ def download(self, skip: str, overwrite: bool,
download_transformers_tokenizer(
self, overwrite, options_tokenizer)


def set_class_names(model: Model, access_token: str | None) -> None:
"""
Set the appropriate model class name based on the model's module.
Expand Down

0 comments on commit 8b74ea5

Please sign in to comment.