LGM
LGM copied to clipboard
No module named 'mvdream.pipeline_mvdream'
when i try to run test i get an error like this .
(D:\condaenv\LGM) D:\ai_model>python infer.py big --resume pretrained/model_fp16.safetensors --workspace workspace_test --test_path data_test
A matching Triton is not available, some optimizations will not be enabled
Traceback (most recent call last):
File "D:\condaenv\LGM\Lib\site-packages\xformers_init_.py", line 55, in _is_triton_available
from xformers.triton.softmax import softmax as triton_softmax # noqa
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\condaenv\LGM\Lib\site-packages\xformers\triton\softmax.py", line 11, in
i am running on windows 10.
thanks
@krizalid38 Hi, it seems the xformers
installation is failed, could you try to re-install it and check the logs?
Hi, if you install xformers by pip install -U xformers --index-url https://download.pytorch.org/whl/cu118 it'll install xformers for torch2.2.0+cu118,so you may need to update your torch to this version.