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
Pinning transformers at >=4.25.1. Testing on Windows, pip install unstructured-inference ended up with transformers==4.24.x, which caused an ImportError when running a smoke test due to not having a class we import. That class didn't appear until 4.25.1.
0 commit comments