File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff 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
1616If you have a different version of CUDA, follow the installation instructions for PyTorch LTS at their [ website] ( https://pytorch.org/ ) .
1717
Original file line number Diff line number Diff 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
3131It is optional but highly recommended to
3232create a virtual environment.
Original file line number Diff line number Diff 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/
1414classifiers =
15+ Environment :: GPU :: NVIDIA CUDA :: 12.1
1516 Environment :: GPU :: NVIDIA CUDA :: 11.8
1617 Intended Audience :: Developers
1718 Intended Audience :: Education
You can’t perform that action at this time.
0 commit comments