submodules' git -> https
This commit is contained in:
parent
d04edcd211
commit
bc4c469258
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -1,9 +1,9 @@
|
||||
[submodule ".latent-data/qlib"]
|
||||
path = .latent-data/qlib
|
||||
url = git@github.com:microsoft/qlib.git
|
||||
url = https://github.com/microsoft/qlib.git
|
||||
[submodule ".latent-data/NATS-Bench"]
|
||||
path = .latent-data/NATS-Bench
|
||||
url = git@github.com:D-X-Y/NATS-Bench.git
|
||||
url = https://github.com/D-X-Y/NATS-Bench.git
|
||||
[submodule ".latent-data/NAS-Bench-201"]
|
||||
path = .latent-data/NAS-Bench-201
|
||||
url = git@github.com:D-X-Y/NAS-Bench-201.git
|
||||
url = https://github.com/D-X-Y/NAS-Bench-201.git
|
||||
|
@ -99,7 +99,6 @@ Some methods use knowledge distillation (KD), which require pre-trained models.
|
||||
|
||||
Please use
|
||||
```
|
||||
git clone --recurse-submodules git@github.com:D-X-Y/AutoDL-Projects.git XAutoDL
|
||||
git clone --recurse-submodules https://github.com/D-X-Y/AutoDL-Projects.git XAutoDL
|
||||
```
|
||||
to download this repo with submodules.
|
||||
|
Loading…
Reference in New Issue
Block a user