ct2rs 0.9.21

Rust bindings for OpenNMT/CTranslate2
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# `cuda.cooperative`: Experimental CUDA Core Compute Library for Python

## Documentation

Please visit the documentation here: https://nvidia.github.io/cccl/python.html.

## Local development

```bash
pip3 install -e .[test]
pytest -v ./tests/
```