Something broken on last update

#85
by Nayjest - opened

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.

Microsoft org

Got the same error.
@gugarosa Is there any reason to delete the config file? And can you suggest the solutions?

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.

Microsoft org

Please update transformers>=4.37.0.

gugarosa changed discussion status to closed

Sign up or log in to comment