-
Notifications
You must be signed in to change notification settings - Fork 369
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImportError: arg(): could not convert default argument 'workspace: tv::Tensor' into a Python object #731
Comments
Same here, any solution? |
After I comment out the line 15 in from spconv.core_cc.csrc.sparse.all import SpconvOps
ImportError: arg(): could not convert default argument 'workspace: tv::Tensor' in method '<class 'spconv.core_cc.csrc.sparse.convops.gemmops.GemmTunerSimple'>.run_with_tuned_result' into a Python object (type not registered yet?) |
that is weird I did have trouble with that part of the installation but it was because I tried installing it for cu120 first all I did was make sure to run the
set your vars
I pip unistall spconv-cu120 pip install spconv-cu124 Also on powershell as admin make sure to set If possible use Wezterm for win winget install wez.wezterm I am in python (gen) PS D:\ComfyUI> python --version I made a full guide for setting up from the start https://ko-fi.com/post/Installing-Triton-and-Sage-Attention-Flash-Attenti-P5P8175434 |
Can confirm this error is resolved in spconv 2.3.8, |
Issue from the current commit when built from source with DISABLE_JIT=1 f0ffe61
The text was updated successfully, but these errors were encountered: