Unable to load the Perf model with the current config.

#3
by elon-ball - opened

Hi Alvan, thanks for the amazing model. I am trying to run the model locally using the sample code you provided but it's not working. It starts with the following error: LoraConfig.init() got an unexpected keyword argument 'enable_lora'.
I have tried creating a local version of config without the enable_lora line but some other errors shows up like "rank_pattern" / "is_prompt_learning" not exist in the PerfModel config. I guess essentially we need a updated version of the config?

Thanks for the help!

Sign up or log in to comment