Something broken on last update
I started getting following errors after re-download:
microsoft/phi-1_5 does not appear to have a file named configuration_phi.py
Yesterday it worked just fine,
Getting the same error
If you remove trust_remote_code=True
it should work.
Just remove the trust_remote_code=True
and it will work
I guess it's because the configuration files of phi have been put inside the transformers library, so there's no need to keep them in this repo.
If you set trust_remote_code=False
, it'll use config from transformers instead of trying to find it from this repo.
Most people do not update their transformers every few days. If you do not bring this file back , you will have 100 000 broken scripts.
So, please bring the file back.
Please update transformers>=4.37.0
.