You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update matrix filter to exclude cu129 which fbgemm currently doesn't support (pytorch#3103)
Summary:
Pull Request resolved: pytorch#3103
# context
* pytorch infra bumps the cuda version to have cu129 appears in the matrix
* currently fbgemm only supports up to cu128, which causes cu129 build linux wheels failed on github
{F1979407457}
* this diff update the filter.py to exclude cu129
Differential Revision: D76823583
0 commit comments