Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix superpmi.py private store filtering (#50863)
* Fix superpmi.py private store filtering Given a private store root, we need to filter to just JIT/EE version, target OS, and target architecture, as we do for Azure storage. Previously, all files in the private store would always be considered, no matter those settings. * Remove unnecessary `lower()`
- Loading branch information