Skip to content

Commit 2032e77

Browse files
authored
Fix text-to-image example (#2176)
Signed-off-by: Daniel Socek <daniel.socek@intel.com>
1 parent 68becc4 commit 2032e77

File tree

1 file changed

+1
-1
lines changed
  • examples/pytorch/nlp/huggingface_models/text-to-image/quantization

1 file changed

+1
-1
lines changed

examples/pytorch/nlp/huggingface_models/text-to-image/quantization/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ FID metric is used to evaluate the model in this case, so we should download [tr
2323
python run_diffusion.py \
2424
--model_name_or_path lambdalabs/sd-pokemon-diffusers \
2525
--tune \
26-
--quantization_approach PostTrainingStatic \
26+
--quantization_approach static \
2727
--perf_tol 0.02 \
2828
--output_dir /tmp/diffusion_output \
2929
--base_images base_images \

0 commit comments

Comments
 (0)