Skip to content

Commit b0dd321

Browse files
committed
Update documents
1 parent 6b96ca1 commit b0dd321

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ This is an on-going development so many improvements are still being made. Comme
1010

1111
## Environments
1212
- Python: 3.8+
13-
- CUDA: 11.8 (if training neural networks by GPU)
14-
- Pytorch: 2.1.2
13+
- CUDA: 11.8, 12.1 (if training neural networks by GPU)
14+
- Pytorch: 2.0.1+
1515

1616
If you have a different version of CUDA, follow the installation instructions for PyTorch LTS at their [website](https://pytorch.org/).
1717

docs/cli/ov_data_format.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Install LibMultiLabel from Source
2525
* Environment
2626

2727
* Python: 3.8+
28-
* CUDA: 11.8 (if training neural networks by GPU)
29-
* Pytorch 2.1.2
28+
* CUDA: 11.8, 12.1 (if training neural networks by GPU)
29+
* Pytorch 2.0.1+
3030

3131
It is optional but highly recommended to
3232
create a virtual environment.

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ project_urls =
1212
Documentation = https://www.csie.ntu.edu.tw/~cjlin/libmultilabel
1313
Source Code = https://github.com/ASUS-AICS/LibMultiLabel/
1414
classifiers =
15+
Environment :: GPU :: NVIDIA CUDA :: 12.1
1516
Environment :: GPU :: NVIDIA CUDA :: 11.8
1617
Intended Audience :: Developers
1718
Intended Audience :: Education

0 commit comments

Comments
 (0)