Skip to content

Commit c2308e0

Browse files
kentang-mitys-2020Haotian Tang
authored
Fix (#211)
* [Major] Update README for v2.1.0 * [Minor] Update README.md * [Minor] Update README.md * [Minor] Update README.md * [Minor] Add installation. * [Minor] Fix. --------- Co-authored-by: ys-2020 <[email protected]> Co-authored-by: Haotian Tang <[email protected]>
1 parent 7a56f28 commit c2308e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ We provide pre-built torchsparse v2.1.0 packages (recommended) with different Py
3030
1. 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

install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ def find_maximal_match(support_list: List, target):
4040
cuda_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")

0 commit comments

Comments
 (0)