Skip to content

Commit

Permalink
[DOCS] Fix the docker binary cache location (apache#6390)
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen authored Sep 3, 2020
1 parent 237b4c1 commit 12d66d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/install/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ You can find some un-official thirdparty prebuilt images.
These images are used for test purposes and are NOT of the ASF release.


`<https://hub.docker.com/r/tlpack/>`_.
`<https://hub.docker.com/r/tlcpack/>`_.
1 change: 0 additions & 1 deletion src/relay/op/tensor/transform.cc
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,6 @@ RELAY_REGISTER_OP("scatter_add")
.set_attr<TOpPattern>("TOpPattern", kOpaque)
.set_support_level(10);


// Take
TVM_REGISTER_NODE_TYPE(TakeAttrs);

Expand Down

0 comments on commit 12d66d4

Please sign in to comment.