Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit 0828acd

Browse files
author
Sven Verdoolaege
committed
switch to caffe2 without aten
The referenced aten revision is no longer available in the official repository. Presumably Caffe2 will be adjusted to work with the new rewritten repository. For now, switch to a copy with the aten submodule removed, since TC does not need a Caffe2 with an aten submodule.
1 parent 67b5056 commit 0828acd

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.gitmodules

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@
1111
path = third-party/halide
1212
url = https://github.com/halide/Halide.git
1313

14-
# Mainstream branches, we don't modify those
14+
# Temporary hack
1515
[submodule "third-party/caffe2"]
1616
path = third-party/caffe2
17-
url = https://github.com/caffe2/caffe2.git
17+
url = https://github.com/skimo-openhub/caffe2.git
18+
19+
# Mainstream branches, we don't modify those
1820
[submodule "third-party/gflags"]
1921
path = third-party/gflags
2022
url = https://github.com/gflags/gflags

third-party/caffe2

0 commit comments

Comments
 (0)