mit-han-lab / torchsparse

[MICRO'23, MLSys'22] TorchSparse: Efficient Training and Inference Framework for Sparse Convolution on GPUs.
https://torchsparse.mit.edu
MIT License
1.15k stars 131 forks source link

[Installation] Please tag the 2.1.0 code #311

Open gspr opened 1 week ago

gspr commented 1 week ago

Is there an existing issue for this?

Have you followed all the steps in the FAQ?

Current Behavior

Documentation consistently refers to version 2.1.0, and prebuilt wheels for that version are provided. However, there's no corresponding git tag, so it's very hard to know what source code constitutes version 2.1.0. This is bad for reproducibility. Please consider tagging all versioned releases.

Error Line

$ git tag | grep v2.0.0 | wc -l 
1
$ git tag | grep v2.1.0 | wc -l 
0

Environment

N/A

Full Error Log

No response