Skip to content

Commit a58f216

Browse files
Add information about git-lfs in top Readme.md
1 parent 4e5845a commit a58f216

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,23 @@ Consult the Caffe Model Zoo for details:
1010
and the following for Caffe Zoo license terms and conditions:
1111

1212
http://caffe.berkeleyvision.org/model_zoo.html#bvlc-model-license
13+
14+
## Usage Instructions
15+
**IMPORTANT NOTE: This repository uses git-lfs for large file storage. You can't use zip and tar files listed in the "Assets" section above (added by default by github). You must clone the repository using the instructions below**
16+
17+
1. Install git-lfs
18+
19+
2. Ensure git-lfs and git versions you use are compatible (equal or greater than below)
20+
```
21+
$ git lfs version
22+
git-lfs/2.0.2 # or newer
23+
24+
$ git –version
25+
git version 2.9.3 # or newer
26+
```
27+
3. Add [SSH key](https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/) to your GitHub account (if you haven't already)
28+
29+
4. clone the repo:
30+
```
31+
$ git clone https://github.com/foss-for-synopsys-dwc-arc-processors/synopsys-caffe-models.git
32+
```

0 commit comments

Comments
 (0)