From 9d4872aa09e89ae1e2456f9682b45abd24117757 Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Sat, 2 Apr 2022 20:53:13 +0800 Subject: [PATCH] Update README. --- README.md | 6 +++--- doc/source/images/cuda-10.1_10.2_11.0_11.1-orange.svg | 1 - doc/source/images/cuda_ge_10.1-orange.svg | 1 + doc/source/images/python-3.6_3.7_3.8-blue.svg | 1 - doc/source/images/python_ge_3.6-blue.svg | 1 + .../pytorch-1.6.0_1.7.0_1.7.1_1.8.0_1.8.1_1.9.0-green.svg | 1 - doc/source/images/pytorch_ge_1.5.0-green.svg | 1 + 7 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 doc/source/images/cuda-10.1_10.2_11.0_11.1-orange.svg create mode 100644 doc/source/images/cuda_ge_10.1-orange.svg delete mode 100644 doc/source/images/python-3.6_3.7_3.8-blue.svg create mode 100644 doc/source/images/python_ge_3.6-blue.svg delete mode 100644 doc/source/images/pytorch-1.6.0_1.7.0_1.7.1_1.8.0_1.8.1_1.9.0-green.svg create mode 100644 doc/source/images/pytorch_ge_1.5.0-green.svg diff --git a/README.md b/README.md index e4effa5..170c0e7 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@
- - - + + +
diff --git a/doc/source/images/cuda-10.1_10.2_11.0_11.1-orange.svg b/doc/source/images/cuda-10.1_10.2_11.0_11.1-orange.svg deleted file mode 100644 index 1551732..0000000 --- a/doc/source/images/cuda-10.1_10.2_11.0_11.1-orange.svg +++ /dev/null @@ -1 +0,0 @@ -cuda: 10.1 | 10.2 | 11.0 | 11.1cuda10.1 | 10.2 | 11.0 | 11.1 diff --git a/doc/source/images/cuda_ge_10.1-orange.svg b/doc/source/images/cuda_ge_10.1-orange.svg new file mode 100644 index 0000000..e1d5741 --- /dev/null +++ b/doc/source/images/cuda_ge_10.1-orange.svg @@ -0,0 +1 @@ +cuda: >= 10.1cuda>= 10.1 diff --git a/doc/source/images/python-3.6_3.7_3.8-blue.svg b/doc/source/images/python-3.6_3.7_3.8-blue.svg deleted file mode 100644 index e6c719a..0000000 --- a/doc/source/images/python-3.6_3.7_3.8-blue.svg +++ /dev/null @@ -1 +0,0 @@ -python: 3.6 | 3.7 | 3.8python3.6 | 3.7 | 3.8 diff --git a/doc/source/images/python_ge_3.6-blue.svg b/doc/source/images/python_ge_3.6-blue.svg new file mode 100644 index 0000000..df677ad --- /dev/null +++ b/doc/source/images/python_ge_3.6-blue.svg @@ -0,0 +1 @@ +python: >= 3.6python>= 3.6 diff --git a/doc/source/images/pytorch-1.6.0_1.7.0_1.7.1_1.8.0_1.8.1_1.9.0-green.svg b/doc/source/images/pytorch-1.6.0_1.7.0_1.7.1_1.8.0_1.8.1_1.9.0-green.svg deleted file mode 100644 index 4377719..0000000 --- a/doc/source/images/pytorch-1.6.0_1.7.0_1.7.1_1.8.0_1.8.1_1.9.0-green.svg +++ /dev/null @@ -1 +0,0 @@ -pytorch: 1.6.0 | 1.7.0 | 1.7.1 | 1.8.0 | 1.8.1 | 1.9.0pytorch1.6.0 | 1.7.0 | 1.7.1 | 1.8.0 | 1.8.1 | 1.9.0 diff --git a/doc/source/images/pytorch_ge_1.5.0-green.svg b/doc/source/images/pytorch_ge_1.5.0-green.svg new file mode 100644 index 0000000..d11ab6b --- /dev/null +++ b/doc/source/images/pytorch_ge_1.5.0-green.svg @@ -0,0 +1 @@ +pytorch: >= 1.5.0pytorch>= 1.5.0