Skip to content

Commit

Permalink
Update .github/check_and_update.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
Signed-off-by: Dave <dave@gray101.com>
  • Loading branch information
dave-gray101 and mudler authored Jul 9, 2024
1 parent 3481934 commit 700c631
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/check_and_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
uri = sys.argv[0]
file_name = uri.split('/')[-1]

# Function to parse the URI and determine download method
# Function to parse the URI and determine download method
def parse_uri(uri):
if uri.startswith('huggingface://'):
Expand Down

0 comments on commit 700c631

Please sign in to comment.