Skip to content

Commit fa2bfd9

Browse files
authored
Update README with NVIDIA Launchables installation
Added information about using CATE with NVIDIA Launchables.
1 parent 1e007df commit fa2bfd9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Apollo also comes with a video tutorial. You can either download and watch it us
6161

6262
![C/C++ CUDA CI](https://github.com/theLongLab/CATE/actions/workflows/c-cpp.yml/badge.svg?event=push)
6363

64-
CATE can be used **on-device** via **Anaconda** or by downloading and building the **GitHub** repo. It can also be used **online** via **Google Colab**.
64+
CATE can be used **on-device** via **Anaconda** or by downloading and building the **GitHub** repo. It can also be used **online** via **Google Colab** and **NVIDIA Launchables**.
6565

6666
For the **Google Colab** notebook, please follow the link to [CATE on Colab](https://colab.research.google.com/drive/1p8I2umE1U2gEB95eKwg0-fdtOLbgR13-?usp=sharing).
6767

@@ -85,6 +85,11 @@ CATE -h
8585
```
8686
conda install -c conda-forge libgcc
8787
```
88+
89+
To install CATE via [NVIDIA Launchables](https://brev.nvidia.com/launchable/deploy?launchableID=env-35fDI20oNdPrIRZQyZXwF5IkDIz):
90+
91+
[![ Click here to deploy.](https://brev-assets.s3.us-west-1.amazonaws.com/nv-lb-dark.svg)](https://brev.nvidia.com/launchable/deploy?launchableID=env-35fDI20oNdPrIRZQyZXwF5IkDIz)
92+
8893
Else, if you want to install CATE **on-device** using the GitHub repo, you might have to compile the code using an nvcc compiler. If so, execute the following on the terminal:
8994

9095
Download the repository:

0 commit comments

Comments
 (0)