You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python3 -c "$(curl -fsSL https://raw.githubusercontent.com/mit-han-lab/torch sparse/master/install.py)" Traceback (most recent call last): File "<string>", line 40, in <module> KeyError: 'torch24'
http://pypi.hanlab.ai/simple/torchsparse
Application Blocked
Access to the application you were trying to use has been blocked in accordance with company policy. Please contact your system administrator if you believe this is in error.
User: 76.113.9.191
Application: web-browsing
I am running with torch 2.4 and cuda 12.4. Can you advise on how to install?
Error Line
Downloading seems to work without a problem when using FORCE_CUDA=1 pip install --no-cache-dir git+https://github.com/mit-han-lab/torchsparse.git however, I want to install via wheels for easier integration into our codebase.
Hi @perrineedham, I'm also seeing this issue. I believe it originates from the fact that there is no key for torch 24 (2.4) in the pytorch, cuda version mapping. If you downgrade your version to 2.0, it should install correctly. Alternatively, maybe it's as simple as adding 2.4 to this dictionary.
Is there an existing issue for this?
Have you followed all the steps in the FAQ?
Current Behavior
python3 -c "$(curl -fsSL https://raw.githubusercontent.com/mit-han-lab/torch sparse/master/install.py)" Traceback (most recent call last): File "<string>", line 40, in <module> KeyError: 'torch24'
http://pypi.hanlab.ai/simple/torchsparse
I am running with torch 2.4 and cuda 12.4. Can you advise on how to install?
Error Line
Downloading seems to work without a problem when using
FORCE_CUDA=1 pip install --no-cache-dir git+https://github.com/mit-han-lab/torchsparse.git
however, I want to install via wheels for easier integration into our codebase.Environment
Full Error Log
No response
The text was updated successfully, but these errors were encountered: