Skip to content

Commit

Permalink
Use only HTTPS cloning
Browse files Browse the repository at this point in the history
  • Loading branch information
ashahba committed Nov 13, 2020
1 parent e4785ca commit 464e8b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ following python script, which is a standalone version of [census_dataset.py](ht
Dataset will be downloaded in directory provided using `--data_dir`. If you are behind proxy then you can proxy urls
using `--http_proxy` and `--https_proxy` arguments.
```
$ git clone git@github.com:IntelAI/models.git
$ git clone https://github.com/IntelAI/models.git
$ cd models
$ python ./benchmarks/recommendation/tensorflow/wide_deep/inference/fp32/data_download.py --data_dir /home/<user>/widedeep_dataset
```
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ following python script, which is a standalone version of [census_dataset.py](ht
Dataset will be downloaded in directory provided using `--data_dir`. If you are behind proxy then you can proxy urls
using `--http_proxy` and `--https_proxy` arguments.
```
$ git clone git@github.com:IntelAI/models.git
$ git clone https://github.com/IntelAI/models.git
$ cd models
$ python ./benchmarks/recommendation/tensorflow/wide_deep/inference/fp32/data_download.py --data_dir /home/<user>/widedeep_dataset
```
Expand Down

0 comments on commit 464e8b8

Please sign in to comment.