Skip to content

Commit

Permalink
unnecesary print
Browse files Browse the repository at this point in the history
  • Loading branch information
aitronz committed Jan 22, 2024
1 parent b5d8207 commit f04763f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tabs/inference/inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ def match_index(model_file: str) -> tuple:
# Sort by favoring files without spaces and by size (largest size first)
matching_index_files.sort(key=lambda x: (-x[2], -x[1]))
best_match_index_path = matching_index_files[0][0]
print(best_match_index_path)
return best_match_index_path

return ""
Expand Down

0 comments on commit f04763f

Please sign in to comment.