Skip to content

Commit

Permalink
Update peft.py
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandros Koumparoulis <[email protected]>
  • Loading branch information
akoumpa authored Dec 21, 2024
1 parent 549bd7c commit fa49a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/vlm/hf/peft.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def fmt(sample):
parser.add_argument('--accelerator', default='gpu', choices=['gpu'])
parser.add_argument('--max-steps', type=int, default=100)
parser.add_argument('--wandb-project', type=str, default=None)
parser.add_argument('--use-4bit', help="Load model in 4bit")
parser.add_argument('--use-4bit', help="Load model in 4bit", action="store_true")
args = parser.parse_args()

wandb = None
Expand Down

0 comments on commit fa49a33

Please sign in to comment.