Skip to content

Commit

Permalink
SDXL coreml: typo (huggingface#1351)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcuenca authored Jul 28, 2023
1 parent 14dcce9 commit f68da18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stable-diffusion-xl-coreml.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ We explored a different alternative instead: **mixed-bit palettization**. Instea

Using this method, we can achieve effective quantizations of, for example, 2.8 bits on average, and we measure the impact on degradation for every combination we try. This allows us to be better informed about the best quantization to use for our target quality and size budgets.

To illustrate the method, let’s consider the following quantization “recipes” that we got from an analysis run (we’ll explain later ow they were generated):
To illustrate the method, let’s consider the following quantization “recipes” that we got from one of our analysis runs (we’ll explain later how they were generated):

```json
{
Expand Down

0 comments on commit f68da18

Please sign in to comment.