Skip to content

Commit 0b5f816

Browse files
committed
v0.3.0
1 parent 3f124a1 commit 0b5f816

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ You may follow this [guide](https://docs.nvidia.com/datacenter/cloud-native/cont
7373
#### Download and Run NeSVoR Image
7474

7575
```
76-
docker pull junshenxu/nesvor:v0.2.0
77-
docker run --gpus '"device=0"' -it junshenxu/nesvor:v0.2.0
76+
docker pull junshenxu/nesvor:v0.3.0
77+
docker run --gpus '"device=0"' -it junshenxu/nesvor:v0.3.0
7878
nesvor -h
7979
```
8080
Note: our latest image was built with CUDA 11.7.
@@ -100,7 +100,7 @@ see [tiny-cuda-nn](https://github.com/NVlabs/tiny-cuda-nn) for more on prerequis
100100
Since the master branch might be messy sometimes, it is recommanded to clone a specific release.
101101

102102
```
103-
git clone https://github.com/daviddmc/NeSVoR --branch v0.2.0
103+
git clone https://github.com/daviddmc/NeSVoR --branch v0.3.0
104104
cd NeSVoR
105105
```
106106

nesvor/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.0"
1+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)