Skip to content

Commit

Permalink
update command call example
Browse files Browse the repository at this point in the history
  • Loading branch information
drisspg committed Feb 13, 2024
1 parent 29864d6 commit 1709f34
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions benchmarks/qlora.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ def main(output_path: Optional[Path], profile_path: Optional[Path], dynamic: boo
if __name__ == "__main__":
"""Sample usage:
# Running sweep
python benchmarks/qlora.py -o benchmarks/data/qlora_sweep.csv
python benchmarks/qlora.py -p benchmarks/data/4096_8_128_qlora.json
python benchmarks/qlora.py false --output_path benchmarks/data/qlora_sweep.csv
"""
CLI(main)

0 comments on commit 1709f34

Please sign in to comment.