Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eldarkurtic authored Jul 25, 2024
1 parent 29cb10d commit d2e1fad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/quantization_w8a8_fp8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ recipe = QuantizationModifier(targets="Linear", scheme="FP8", ignore=["lm_head"]

# Apply quantization.
oneshot(
model=model, dataset=ds,
model=model,
dataset=ds,
recipe=recipe,
max_seq_length=MAX_SEQUENCE_LENGTH,
num_calibration_samples=NUM_CALIBRATION_SAMPLES,
Expand Down

0 comments on commit d2e1fad

Please sign in to comment.