File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ We provide pre-built torchsparse v2.1.0 packages (recommended) with different Py
30301 . Then the right TorchSparse wheel can be found and installed by running the installation script:
3131
3232 ``` bash
33- python -c " $( curl -fsSL https://raw.githubusercontent.com/mit-han-lab/torchsparse/main /install.py) "
33+ python -c " $( curl -fsSL https://raw.githubusercontent.com/mit-han-lab/torchsparse/master /install.py) "
3434 ```
3535
3636
Original file line number Diff line number Diff line change @@ -40,4 +40,4 @@ def find_maximal_match(support_list: List, target):
4040cuda_tag = cuda_tag .replace ('.' , '' )
4141
4242
43- os .system (f"pip install --extra-index-url http://24.199.104.228/simple --trusted-host 24.199.104.228 torchsparse=={ __version__ } +{ torch_tag } { cuda_tag } " )
43+ os .system (f"pip install --extra-index-url http://24.199.104.228/simple --trusted-host 24.199.104.228 torchsparse=={ __version__ } +{ torch_tag } { cuda_tag } --force-reinstall " )
You can’t perform that action at this time.
0 commit comments