diff options
author | xkszltl <xkszltl@users.noreply.github.com> | 2018-04-30 11:09:18 -0700 |
---|---|---|
committer | Edward Z. Yang <ezyang@mit.edu> | 2018-04-30 14:09:18 -0400 |
commit | caa6a8ce30397f41551c40315659706992bbe8a4 (patch) | |
tree | 9e76c31cea976ae6700c2d7ce4e23c4154ae8e2b /.gitmodules | |
parent | 39c0b0b850551d38879048cfc997669154e66f25 (diff) | |
download | pytorch-caa6a8ce30397f41551c40315659706992bbe8a4.tar.gz pytorch-caa6a8ce30397f41551c40315659706992bbe8a4.tar.bz2 pytorch-caa6a8ce30397f41551c40315659706992bbe8a4.zip |
Switch to the official git mirror for Eigen. (#7090)
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 37136c90de..da502fa50c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,7 +19,7 @@ url = https://github.com/NVlabs/cub.git [submodule "third_party/eigen"] path = third_party/eigen - url = https://github.com/RLovelett/eigen.git + url = https://github.com/eigenteam/eigen-git-mirror.git [submodule "third_party/googletest"] path = third_party/googletest url = https://github.com/google/googletest.git |