Skip to content

Commit

Permalink
docstring scripts/backtest_sites.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AUdaltsova authored Oct 18, 2024
1 parent dd1b1e2 commit d70081b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/backtest_sites.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@ def __iter__(self):

def load_model_from_hf(model_id: str, revision: str, token: str):

"""
Loads model from HuggingFace
"""
"""
Loads model from HuggingFace
"""

model_file = hf_hub_download(
repo_id=model_id,
Expand Down

0 comments on commit d70081b

Please sign in to comment.