We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6164dae commit bbae55aCopy full SHA for bbae55a
1 file changed
README.md
@@ -9,11 +9,16 @@ Renard (Relationship Extraction from NARrative Documents) is a library for creat
9
10
# Installation
11
12
-You can install the latest version using pip:
+Currently, Renard supports Python>=3.9,<=3.12. You can install the
13
+latest version using pip:
14
15
> pip install renard-pipeline
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]
22
23
24
# Documentation
0 commit comments