Skip to content

Commit

Permalink
Add experimental distillation training with LoRA
Browse files Browse the repository at this point in the history
  • Loading branch information
armbues committed Nov 22, 2024
1 parent c0cd2ce commit 005e927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sillm/distill.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

if __name__ == "__main__":
# Parse commandline arguments
parser = argparse.ArgumentParser(description="A simple CLI for generating text with SiLLM using speculative decoding.")
parser = argparse.ArgumentParser(description="A simple CLI for distilling a model with LoRA.")
parser.add_argument("draft", type=str, help="The input model directory or file")
parser.add_argument("target", type=str, help="The output model directory or file")
parser.add_argument("-c", "--config", default=None, type=str, help="Load YAML configuration file for training")
Expand Down

0 comments on commit 005e927

Please sign in to comment.