Skip to content

# v4.22.2 Patch release

Compare
Choose a tag to compare
@sgugger sgugger released this 27 Sep 14:53
· 7254 commits to main since this release

Fixes a bug where a cached tokenizer/model was not accessible anymore offline (either forcing offline mode or because of an internet issue).

  • More tests for regression in cached non existence by @sgugger in #19216
  • Fix cached_file in offline mode for cached non-existing files by @sgugger in #19206
  • Don't warn of move if cache is empty by @sgugger in #19109