Skip to content

Commit 3443447

Browse files
committed
update README python and rocm version
1 parent 0daf6a8 commit 3443447

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

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

1010
# Installation
1111

12-
Currently, Renard supports Python>=3.9,<=3.12. You can install the
12+
Currently, Renard supports Python>=3.10,<=3.14. You can install the
1313
latest version using pip:
1414

1515
> pip install renard-pipeline
@@ -18,7 +18,7 @@ By default, this pulls the cuda version of pytorch. If you want a CPU-only versi
1818

1919
> pip install torch --index-url https://download.pytorch.org/whl/cpu && pip install renard-pipeline
2020
21-
For an AMD rocm version of torch (ROCm 6.4):
21+
For an AMD rocm version of torch (ROCm 7.1):
2222

2323
> pip install torch --index-url https://download.pytorch.org/whl/rocm6.4 && pip install renard-pipeline
2424

0 commit comments

Comments
 (0)