Skip to content

Commit

Permalink
pc
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg committed Jun 19, 2024
1 parent dc7169a commit 0ffd73b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions llmfoundry/utils/huggingface_hub_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,7 @@ def edit_files_for_hf_compatibility(
}
# Filter out __init__ files
all_relative_imports = {
relative_import
for relative_import in all_relative_imports
relative_import for relative_import in all_relative_imports
if relative_import != '__init__'
}
for entrypoint in entrypoint_files:
Expand Down

0 comments on commit 0ffd73b

Please sign in to comment.