Skip to content

Release v4.41.2

Latest
Compare
Choose a tag to compare
@ArthurZucker ArthurZucker released this 30 May 17:59
· 148 commits to main since this release

Release v4.41.2

Mostly fixing some stuff related to trust_remote_code=True and from_pretrained

The local_file_only was having a hard time when a .safetensors file did not exist. This is not expected and instead of trying to convert, we should just fallback to loading the .bin files.