Converting .egg into .egg.pz

I have a model that is about 240MB, with that I am unable to push it on github. So i have been searching ways to compress it to .pz, but, I haven’t found any ways to do that, all I could find is ways to convert it into .egg but not .egg.pz.

How do I do that?

Are there other ways to compress it? or is there a work around for it?

Thanks!!!

This might help.
https://docs.panda3d.org/1.10/python/more-resources/faq

Yup got it!! Thanks a lot!!