Update README.md
Browse files
README.md
CHANGED
@@ -12,10 +12,15 @@ Build wheel steps
|
|
12 |
git clone --recursive https://github.com/SHI-Labs/NATTEN
|
13 |
cd NATTEN
|
14 |
```
|
|
|
|
|
|
|
|
|
|
|
15 |
|
16 |
- Download WindowsWhlBuilder.bat into `NATTEN`
|
17 |
|
18 |
-
- To build with MSVC, please open the "Native Tools Command Prompt for Visual Studio". The exact name may depend on your version of Windows, Visual Studio, and cpu architecture (in my case it was "x64 Native Tools Command Prompt for VS".)
|
19 |
|
20 |
- Switch python env and make sure the corresponding torch cuda version is installed
|
21 |
|
|
|
12 |
git clone --recursive https://github.com/SHI-Labs/NATTEN
|
13 |
cd NATTEN
|
14 |
```
|
15 |
+
- Switch tag branch, such as `v0.17.3` (you can get latest tag by `git describe --tags` or list all available tags by `git tag -l`)
|
16 |
+
|
17 |
+
```
|
18 |
+
git checkout -b v0.17.3 v0.17.3
|
19 |
+
```
|
20 |
|
21 |
- Download WindowsWhlBuilder.bat into `NATTEN`
|
22 |
|
23 |
+
- To build with MSVC, please open the "Native Tools Command Prompt for Visual Studio". The exact name may depend on your version of Windows, Visual Studio, and cpu architecture (in my case it was "x64 Native Tools Command Prompt for VS 2022".)
|
24 |
|
25 |
- Switch python env and make sure the corresponding torch cuda version is installed
|
26 |
|