Skip to content

Commit

Permalink
removed print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
pranayasinghcsmpl committed Jun 6, 2024
1 parent 038c52f commit ad200ae
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions GANDLF/entrypoints/hf_hub_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,23 +104,6 @@ def new_way(
delete_patterns: str,
):
"""Manages model transfers to and from the Hugging Face Hub"""
print(
upload,
repo_id,
token,
revision,
cache_dir,
local_dir,
force_download,
folder_path,
path_in_repo,
commit_message,
commit_description,
repo_type,
allow_patterns,
ignore_patterns,
delete_patterns,
)
if upload:
push_to_model_hub(
repo_id,
Expand Down

0 comments on commit ad200ae

Please sign in to comment.