File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,8 +73,8 @@ You may follow this [guide](https://docs.nvidia.com/datacenter/cloud-native/cont
73
73
#### Download and Run NeSVoR Image
74
74
75
75
```
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
78
78
nesvor -h
79
79
```
80
80
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
100
100
Since the master branch might be messy sometimes, it is recommanded to clone a specific release.
101
101
102
102
```
103
- git clone https://github.com/daviddmc/NeSVoR --branch v0.2 .0
103
+ git clone https://github.com/daviddmc/NeSVoR --branch v0.3 .0
104
104
cd NeSVoR
105
105
```
106
106
Original file line number Diff line number Diff line change 1
- __version__ = "0.2 .0"
1
+ __version__ = "0.3 .0"
You can’t perform that action at this time.
0 commit comments