Skip to content

Commit

Permalink
[Docs] Update torch2.3 version (#3100)
Browse files Browse the repository at this point in the history
* Update version

* Fix
  • Loading branch information
HAOCHENYE committed May 6, 2024
1 parent 0d3cdc6 commit 7f9cf4e
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 0 deletions.
42 changes: 42 additions & 0 deletions docs/en/_static/version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"Linux": [
{
"cuda": "12.1",
"torch": "2.3.x",
"mmcv": [
"2.2.0"
]
},
{
"cuda": "12.1",
"torch": "2.2.x",
Expand All @@ -15,6 +22,13 @@
"2.1.0"
]
},
{
"cuda": "11.8",
"torch": "2.3.x",
"mmcv": [
"2.2.0"
]
},
{
"cuda": "11.8",
"torch": "2.2.x",
Expand Down Expand Up @@ -362,6 +376,13 @@
"2.0.0rc2"
]
},
{
"cuda": "cpu",
"torch": "2.3.x",
"mmcv": [
"2.2.0"
]
},
{
"cuda": "cpu",
"torch": "2.2.x",
Expand Down Expand Up @@ -499,6 +520,13 @@
}
],
"Windows": [
{
"cuda": "12.1",
"torch": "2.3.x",
"mmcv": [
"2.2.0"
]
},
{
"cuda": "12.1",
"torch": "2.2.x",
Expand All @@ -514,6 +542,13 @@
"2.1.0"
]
},
{
"cuda": "11.8",
"torch": "2.3.x",
"mmcv": [
"2.2.0"
]
},
{
"cuda": "11.8",
"torch": "2.2.x",
Expand Down Expand Up @@ -774,6 +809,13 @@
"2.0.0rc1"
]
},
{
"cuda": "cpu",
"torch": "2.3.x",
"mmcv": [
"2.2.0"
]
},
{
"cuda": "cpu",
"torch": "2.2.x",
Expand Down
42 changes: 42 additions & 0 deletions docs/zh_cn/_static/version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"Linux": [
{
"cuda": "12.1",
"torch": "2.3.x",
"mmcv": [
"2.2.0"
]
},
{
"cuda": "12.1",
"torch": "2.2.x",
Expand All @@ -15,6 +22,13 @@
"2.1.0"
]
},
{
"cuda": "11.8",
"torch": "2.3.x",
"mmcv": [
"2.2.0"
]
},
{
"cuda": "11.8",
"torch": "2.2.x",
Expand Down Expand Up @@ -362,6 +376,13 @@
"2.0.0rc2"
]
},
{
"cuda": "cpu",
"torch": "2.3.x",
"mmcv": [
"2.2.0"
]
},
{
"cuda": "cpu",
"torch": "2.2.x",
Expand Down Expand Up @@ -499,6 +520,13 @@
}
],
"Windows": [
{
"cuda": "12.1",
"torch": "2.3.x",
"mmcv": [
"2.2.0"
]
},
{
"cuda": "12.1",
"torch": "2.2.x",
Expand All @@ -514,6 +542,13 @@
"2.1.0"
]
},
{
"cuda": "11.8",
"torch": "2.3.x",
"mmcv": [
"2.2.0"
]
},
{
"cuda": "11.8",
"torch": "2.2.x",
Expand Down Expand Up @@ -774,6 +809,13 @@
"2.0.0rc1"
]
},
{
"cuda": "cpu",
"torch": "2.3.x",
"mmcv": [
"2.2.0"
]
},
{
"cuda": "cpu",
"torch": "2.2.x",
Expand Down

0 comments on commit 7f9cf4e

Please sign in to comment.