I am trying to run a PEFT model using the gradio thing they suggest in my model's homepage, and it is giving me an error about "protobuf"

It is giving me this error:

 gradio.exceptions.Error: 'Could not complete request to HuggingFace API, Status Code: 500, Error:\nLlamaConverter requires the protobuf library but it was not found in your environment. Checkout the instructions on the\ninstallation page of its repo: https://github.com/protocolbuffers/protobuf/tree/master/python#installation and follow the ones\nthat match your environment. Please note that you may need to restart your runtime after installation.\n'

Same error I’m facing, did you find solution for it?

hello @ashercn97