Unverified Commit 02039352 authored by Patrick von Platen's avatar Patrick von Platen Committed by GitHub
Browse files

Update README.md

parent d160782a
...@@ -17,7 +17,7 @@ limitations under the License. ...@@ -17,7 +17,7 @@ limitations under the License.
# Using `cookiecutter` to generate models # Using `cookiecutter` to generate models
This folder contains templates to generate new models that fit the current API and pass all tests. It generates This folder contains templates to generate new models that fit the current API and pass all tests. It generates
models in both PyTorch and TensorFlow, completes the `__init__.py` and auto-modeling files, and creates the models in both PyTorch, TensorFlow, and Flax and completes the `__init__.py` and auto-modeling files, and creates the
documentation. documentation.
## Usage ## Usage
...@@ -117,4 +117,4 @@ will be merged quickly: ...@@ -117,4 +117,4 @@ will be merged quickly:
- You should run the `make fixup` utility to fix the style of the files and to ensure the code quality meets the - You should run the `make fixup` utility to fix the style of the files and to ensure the code quality meets the
library's standards. library's standards.
- You should complete the documentation file (`docs/source/model_doc/<model_name>.rst`) so that your model may be - You should complete the documentation file (`docs/source/model_doc/<model_name>.rst`) so that your model may be
usable. usable.
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment