Open-Sora icon indicating copy to clipboard operation
Open-Sora copied to clipboard

error~麻烦看一下

Open findlyhl opened this issue 1 year ago • 3 comments

FileNotFoundError: [Errno 2] No such file or directory: '/root/miniconda3/lib/python3.10/site-packages/colossalai/kernel/extensions/csrc/cuda/cpu_adam.cpp'

这是服务器的信息:Linux #101-Ubuntu SMP Tue Nov 14 13:30:08 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

找不到这个模块:ModuleNotFoundError: No module named 'colossalai._C.cpu_adam_x86'

findlyhl avatar Mar 06 '24 07:03 findlyhl

Requirements:

PyTorch >= 1.11 and PyTorch <= 2.1
Python >= 3.7
CUDA >= 11.0
[NVIDIA GPU Compute Capability](https://developer.nvidia.com/cuda-gpus) >= 7.0 (V100/RTX20 and higher)
Linux OS

git clone https://github.com/hpcaitech/ColossalAI.git cd ColossalAI

install colossalai

BUILD_EXT=1 pip install .

allenxcp avatar Mar 06 '24 17:03 allenxcp

I've update requirements. Can you try the latest code?

ver217 avatar Mar 07 '24 09:03 ver217

@ver217 最好把 requirements 中每个具体版本写清楚吧,搞环境太累了,只能猜和试

allenxcp avatar Mar 07 '24 09:03 allenxcp

We have updated our installation here.

zhengzangw avatar Mar 18 '24 05:03 zhengzangw