PEFT on HuggingChat in Spaces

I am trying to start HuggingChat in a space with a PEFT fine-tuned model. I am getting the “cannot find config.json” error. This seems related to https://discuss.huggingface.co/t/how-do-i-deploy-my-trained-lora-adapter-to-a-chatui-in-huggingface/75544

I do see that TGI now supports LORA here:

Is there something I am missing? Do there need to be changes to HuggingChat? Or should TGI automatically pick up the LORA status of my model?

Brand new to this, and excited to be making progress on my project, but stuck here for now. Any pointers appreciated.