Hi, I am trying to do the build using the whl from release, in a venv.
I am using the cp313+cu13.2+torch2.11 whl, the system is on cu13.2.
I had the following when attempting to run python convert.py -h to test the installation
...\venv\Lib\site-packages\pydantic\_migration.py", line 314, in wrapper
raise AttributeError(f'module {module!r} has no attribute {name!r}')
AttributeError: module 'pydantic.typing' has no attribute 'Type'
I have encountered issues with:
flash_attn (seemingly fixed using existing wheel, as recommended by turboderp in discord )
xformers version mismatch (ended up using Facebook wheel)
triton (ended up install triton_windows before building)
If there's documentation on proper installation please let me know.
Hi, I am trying to do the build using the whl from release, in a venv.
I am using the cp313+cu13.2+torch2.11 whl, the system is on cu13.2.
I had the following when attempting to run
python convert.py -hto test the installation...\venv\Lib\site-packages\pydantic\_migration.py", line 314, in wrapperraise AttributeError(f'module {module!r} has no attribute {name!r}')AttributeError: module 'pydantic.typing' has no attribute 'Type'I have encountered issues with:
flash_attn (seemingly fixed using existing wheel, as recommended by turboderp in discord )
xformers version mismatch (ended up using Facebook wheel)
triton (ended up install triton_windows before building)
If there's documentation on proper installation please let me know.