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
ci: pin HF datasets package version to 3.6.0 in Transformers tests (#1921)
Transformers tests regressed due to unpinned HF datasets package version
which got updated to use new torchcodec package. The latter was not
installed. We need to start tracking datasets version to avoid such
regressions in the future. Pinning the version to `3.6.0` which is known
to pass.
Signed-off-by: Dmitry Rogozhkin <[email protected]>
0 commit comments