Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 821 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 821 Bytes

 pynvjitlink

The RAPIDS pynvjitlink library provides a Python binding for the nvJitLink library.

Installation with pip

pip install --extra-index-url https://pypi.nvidia.com pynvjitlink-cu12

Installation from source

Install with either:

python -m pip install .

or

python -m pip install -e .

for an editable install.

Installation with Conda

conda install -c rapidsai pynvjitlink

Contributing Guide

Review the CONTRIBUTING.md file for information on how to contribute code and issues to the project.