22
33[ ![ License] ( https://img.shields.io/badge/License-Apache_2.0-yellogreen.svg )] ( https://opensource.org/licenses/Apache-2.0 )
44
5- ![ Version] ( https://img.shields.io/badge/Version-v0.3.0--alpha -blue )
5+ ![ Version] ( https://img.shields.io/badge/Version-v0.3.1--beta -blue )
66
77![ Platform] ( https://img.shields.io/badge/Platform-linux--64_%7C_win--64_wsl2-gray )
88
@@ -18,7 +18,7 @@ efficient pre- and post-processing pipelines. CV-CUDA originated as a
1818collaborative effort between [ NVIDIA] [ NVIDIA Develop ] and [ ByteDance] [ ByteDance ] .
1919
2020Refer to our [ Developer Guide] ( DEVELOPER_GUIDE.md ) for more information on the
21- operators available as of release v0.3.0 -beta.
21+ operators available as of release v0.3.1 -beta.
2222
2323## Getting Started
2424
@@ -27,14 +27,14 @@ To get a local copy up and running follow these steps.
2727### Pre-requisites
2828
2929- Linux distro:
30- - Ubuntu x86_64 == 18.04, 20.04, 22.04
31- - WSL2 with Ubuntu >= 20.04 (https://docs.nvidia.com/cuda/wsl-user-guide/index.html )
32- - NVIDIA driver >= 515.43.04+
33- - CUDA Toolkit >= 11.7
34- - Toolkit >= 11.3 support for core library build and run
30+ - Ubuntu x86_64 >= 18.04
31+ - WSL2 with Ubuntu >= 20.04 (tested with 20.04)
32+ - NVIDIA driver
33+ - Linux: Driver version 520.56.06 or higher
34+ - CUDA Toolkit
35+ - Version 11.7 or above. (12.0 is not yet tested.)
3536- GCC >= 11.0
36- - GCC >= 9.0 supported for core library build and run
37- - Python == 3.7, 3.8, 3.10
37+ - Python >= 3.7
3838- cmake >= 3.22
3939
4040### Installation
@@ -45,20 +45,20 @@ packages. Choose the installation method that meets your environment needs.
4545#### Tar File Installation
4646
4747``` shell
48- tar -xvf nvcv-lib-0.3.0 -cuda11-x86_64-linux.tar.xz
49- tar -xvf nvcv-dev-0.3.0 -cuda11-x86_64-linux.tar.xz
48+ tar -xvf nvcv-lib-0.3.1 -cuda11-x86_64-linux.tar.xz
49+ tar -xvf nvcv-dev-0.3.1 -cuda11-x86_64-linux.tar.xz
5050```
5151
5252#### DEB File Installation
5353
5454``` shell
55- sudo apt-get install -y ./nvcv-lib-0.3.0 -cuda11-x86_64-linux.deb ./nvcv-dev-0.3.0 -cuda11-x86_64-linux.deb
55+ sudo apt-get install -y ./nvcv-lib-0.3.1 -cuda11-x86_64-linux.deb ./nvcv-dev-0.3.1 -cuda11-x86_64-linux.deb
5656```
5757
5858#### Python WHL File Installation
5959
6060``` shell
61- pip install nvcv_python-0.3.0 -cp38-cp38-linux_x86_64.whl
61+ pip install nvcv_python-0.3.1 -cp38-cp38-linux_x86_64.whl
6262```
6363
6464### Build from Source
@@ -208,7 +208,7 @@ Follow these instruction to build CV-CUDA from source:
208208
209209CV-CUDA is an open source project. As part of the Open Source Community, we are
210210committed to the cycle of learning, improving, and updating that makes this
211- community thrive. However, as of release v0.3.0 -beta, CV-CUDA is not yet ready
211+ community thrive. However, as of release v0.3.1 -beta, CV-CUDA is not yet ready
212212for external contributions.
213213
214214To understand the process for contributing the CV-CUDA, see our
0 commit comments