Disty0 commited on
Commit
270feac
·
verified ·
1 Parent(s): babec99

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -38,7 +38,7 @@ from sdnq.loader import apply_sdnq_options_to_model
38
 
39
  pipe = diffusers.Ideogram4Pipeline.from_pretrained("Disty0/Ideogram-4-SDNQ-4bit-dynamic-hadamard", torch_dtype=torch.bfloat16)
40
 
41
- # Enable INT8 MatMul for AMD, Intel ARC and Nvidia GPUs:
42
  if triton_is_available and (torch.cuda.is_available() or torch.xpu.is_available()):
43
  pipe.transformer = apply_sdnq_options_to_model(pipe.transformer, use_quantized_matmul=True)
44
  pipe.unconditional_transformer = apply_sdnq_options_to_model(pipe.unconditional_transformer, use_quantized_matmul=True)
 
38
 
39
  pipe = diffusers.Ideogram4Pipeline.from_pretrained("Disty0/Ideogram-4-SDNQ-4bit-dynamic-hadamard", torch_dtype=torch.bfloat16)
40
 
41
+ # Enable INT8 and FP8 MatMul for AMD, Intel ARC and Nvidia GPUs:
42
  if triton_is_available and (torch.cuda.is_available() or torch.xpu.is_available()):
43
  pipe.transformer = apply_sdnq_options_to_model(pipe.transformer, use_quantized_matmul=True)
44
  pipe.unconditional_transformer = apply_sdnq_options_to_model(pipe.unconditional_transformer, use_quantized_matmul=True)
Free AI Image Generator No sign-up. Instant results. Open Now