intel / llm-on-ray

Pretrain, finetune and serve LLMs on Intel platforms with Ray
Apache License 2.0
103 stars 30 forks source link

[BUG] Limit numpy<2.0.0 for realase 2.0.0 bug #254

Closed yutianchen666 closed 5 months ago

yutianchen666 commented 5 months ago

@jiafuzha In order to adapt to numpy=2.0.0, I tried the versions of various installation packages, including Skimage, torch, ipex, oneccl_bind_pt, etc. However, there are a lot of incompatibilities, especially Python 3.9 does not support the latest Skimage, oneccl_bind_pt has not adapted to torch2.3, etc. So can only limit numpy to the < 2.0.0 version now