Skip to content

Commit

Permalink
pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrychen109 committed Nov 6, 2023
1 parent 30b003e commit df41a46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llmfoundry/utils/model_download_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ def _recursive_download(
ValueError: If the remote server returns a 404 Not Found status code.
RuntimeError: If the remote server returns a status code other than 200 OK or 401 Unauthorized.
"""

url = urljoin(base_url, path)
response = session.get(url, verify=(not ignore_cert))

Expand Down

0 comments on commit df41a46

Please sign in to comment.