Skip to content

Commit 069b244

Browse files
committed
minor
Signed-off-by: realAsma <[email protected]>
1 parent 53a4430 commit 069b244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/llm_qat/simple_qat_train.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def train(model, optimizer, train_dataloader, tokenizer, epochs, output_dir, dev
7474

7575

7676
def parse_args() -> argparse.Namespace:
77-
parser = argparse.ArgumentParser(description="CNN QAT using ModelOpt")
77+
parser = argparse.ArgumentParser(description="QAT Training Script")
7878
# Data paths
7979
parser.add_argument("--model-path", type=str, required=True, help="Path to the model")
8080
parser.add_argument("--train-size", type=int, default=2048, help="Train size")

0 commit comments

Comments
 (0)