Skip to content

Commit bbae55a

Browse files
committed
update install instructions in the README to add cuda/rocm builds
1 parent 6164dae commit bbae55a

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,16 @@ Renard (Relationship Extraction from NARrative Documents) is a library for creat
99

1010
# Installation
1111

12-
You can install the latest version using pip:
12+
Currently, Renard supports Python>=3.9,<=3.12. You can install the
13+
latest version using pip:
1314

1415
> pip install renard-pipeline
1516
16-
Currently, Renard supports Python>=3.9,<=3.12
17+
If you have a GPU, there are accelerated versions for Nvidia CUDA and
18+
AMD ROCm:
19+
20+
> pip install renard-pipeline[cuda128]
21+
> pip install renard-pipeline[rocm63]
1722
1823

1924
# Documentation

0 commit comments

Comments
 (0)