causal_conv1d-1.1.1-cp310-cp310-win_amd64.whl 注意上面模块只能在python3.10环境下面且操作系统为windows x64系统下使用,安装方式很简单只需要pip install causal_conv1d-1.1.1-cp310-cp310-win_amd64.whl
Building wheel for causal_conv1d (setup.py) ... error error: subprocess-exited-with-error × python setup.py bdist_wheel did not run successfully. │ exit code: 1 ╰─> [362 lines of output]
Is there any package for Windows? How could I use causal-conv1d in Windows?Contributor tridao commented Jan 22, 2024 Idk much about packaging for Windows. We welcome community's contribution in this area. huansu closed this as completed Jan 23, 2024 Sign up for free to join this convers...
Windows release #23 openedApr 22, 2024byzyf-cell 5 File "/xxx/selective_scan_interface.py", line 331, in backward dx, dconv1d_weight, dconv1d_bias = causal_conv1d_cuda.causal_conv1d_bwd( RuntimeError: weight must have shape (dim, width) ...