fyyakaxyy / AnimationGPT

AnimationGPT:An AIGC tool for generating game combat motion assets
http://www.animationgpt.net
MIT License
312 stars 29 forks source link

fixing: numpy version issue #15

Open Stvchm9703 opened 1 month ago

Stvchm9703 commented 1 month ago

added for motionGPT

modified for numpy

Although I use python=3.10, but the numpy still cannot downgrade as <=1.15. Hence I use the numpy>=1.26, <2 as baseline, to fix the mismatching issue