Skip to content

Commit f17265f

Browse files
committed
Update c_reference README.md
1 parent fe750ec commit f17265f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c_reference/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ and is to be adapted as needed for other embedded platforms.
1111
The `EdgeML/c_reference/` directory is broadly structured into the following sub-directories:
1212

1313
- **include/**: Contains the header files for various lower level operators and layers.
14-
- **models/**: Contains the optimized source code and header files for various models built by stiching together different layers and operators. Also contains the layer weights and hyper-parameters for the corresponding models as well (stored using `Git LFS`).
14+
- **models/**: Contains the optimized source code and header files for various models built by stiching together different layers and operators. Also contains the layer weights and hyper-parameters for the corresponding models as well (stored using `Git LFS`). (**Note:** Cloning the repo without installing `Git LFS` would fail to clone the actual headers. It's recommended to follow instructions on setting up `LFS` from [here](https://git-lfs.github.com/) before cloning.)
1515
- **src/**: Contains the optimized source code files for various lower level operators and layers.
1616
- **tests/**: Contains extensive test cases for individual operators and layers, as well as the implemented models. The executables are generated in the main directory itself, while the test scripts and their configurations can be accessed in the appropriate sub-directories.
1717

0 commit comments

Comments
 (0)