Closed 0-1CxH closed 1 year ago
pytorch 1.13.6+cu116 with python 3.9.13 also encounters similar building error, I run CUDA_EXT=1 pip install colossalai
as official document provides to setup colossal.
Hi @zixiliuUSC and @0-1CxH You can check the env we have tested at https://github.com/hpcaitech/ColossalAI#Installation Thanks.
We have updated a lot. This issue was closed due to inactivity. Thanks.
🐛 Describe the bug
The
https://github.com/hpcaitech/ColossalAI/blob/main/examples/tutorial/opt/inference/opt_fastapi.py
requiresenergonai
library, as I install this library likehttps://github.com/hpcaitech/EnergonAI
says (git clone and thenpip install .
), it seems the compilation encounters a problem, here is the complete log:Environment
PyTorch 1.10.1 + cu102 Python 3.7.4