yonikremer commited on
Commit
474b6f1
1 Parent(s): 22e2fd1

cleared up docstring

Browse files
Files changed (1) hide show
  1. download_repo.py +1 -1
download_repo.py CHANGED
@@ -16,7 +16,7 @@ def change_default_timeout(new_timeout: int) -> None:
16
  def download_pytorch_model(name: str) -> None:
17
  """
18
  Downloads a pytorch model and all the small files from the model's repository.
19
- Other model formats (tensorflow, tflite, safetensors, msgpack and ot) are not downloaded.
20
  """
21
  number_of_seconds_in_a_day: int = 86_400
22
  change_default_timeout(number_of_seconds_in_a_day)
 
16
  def download_pytorch_model(name: str) -> None:
17
  """
18
  Downloads a pytorch model and all the small files from the model's repository.
19
+ Other model formats (tensorflow, tflite, safetensors, msgpack, ot...) are not downloaded.
20
  """
21
  number_of_seconds_in_a_day: int = 86_400
22
  change_default_timeout(number_of_seconds_in_a_day)