Update README.md

This commit is contained in:
Patrick von Platen
2021-09-01 09:50:21 +02:00
committed by GitHub
parent d160782a53
commit 02039352b2

View File

@@ -17,7 +17,7 @@ limitations under the License.
# Using `cookiecutter` to generate models
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.
## Usage
@@ -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
library's standards.
- You should complete the documentation file (`docs/source/model_doc/<model_name>.rst`) so that your model may be
usable.
usable.