From 4666616a282a066e7c85b8c4377092523a52dda8 Mon Sep 17 00:00:00 2001 From: Pedro Cuenca Date: Wed, 21 Dec 2022 13:22:00 +0100 Subject: [PATCH] Capitalize ORIGINAL. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2322e44..f15a17f 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Python | macOS | Xcode | iPadOS, iOS | If you want to use any of those models you may download the weights and proceed to [generate images with Python](#image-generation-with-python) or [Swift](#image-generation-with-swift). -There are several variants in each model repository. You may clone the whole repos using `git` and `git lfs`, or select the variants you need. For example, to do generation in Python using the `original` attention implementation (read [this section](#converting-models-to-core-ml) for details), you could do something like this: +There are several variants in each model repository. You may clone the whole repos using `git` and `git lfs`, or select the variants you need. For example, to do generation in Python using the `ORIGINAL` attention implementation (read [this section](#converting-models-to-core-ml) for details), you could do something like this: ```Python from huggingface_hub import snapshot_download