Charles Earl

Results 2 comments of Charles Earl

> Re-define the DownloadConfig might work: > > ``` > class ReviseDownloadConfig(DownloadConfig): > def __post_init__(self, use_auth_token): > if use_auth_token != "deprecated": > warnings.warn( > "'use_auth_token' was deprecated in favor of...

Hi @cau-git. I am unfortunately seeing the same error with the new version: ``` Python 3.12.0 (main, Oct 2 2023, 20:56:14) [Clang 16.0.3 ] on darwin Type "help", "copyright", "credits"...