Skip to content

Commit

Permalink
s3_management: hide torchtriton (#1258)
Browse files Browse the repository at this point in the history
  • Loading branch information
seemethere authored Dec 31, 2022
1 parent f4b9351 commit b45f76c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions s3_management/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ def nightly_packages_to_show(self: S3IndexType) -> Set[str]:
to_hide.add(obj)
elif between_bad_dates(package_build_time):
to_hide.add(obj)
elif "torchtriton" in package_name:
to_hide.add(obj)
else:
packages[package_name] += 1
return set(self.objects).difference({
Expand Down

0 comments on commit b45f76c

Please sign in to comment.