Skip to content

Commit

Permalink
Merge pull request #153 from shirayu/fix_a_typo
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
kohya-ss committed Feb 4, 2023
2 parents d80af9c + 19c2752 commit ae33d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion networks/resize_lora.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def str_to_dtype(p):
parser = argparse.ArgumentParser()

parser.add_argument("--save_precision", type=str, default=None,
choices=[None, "float", "fp16", "bf16"], help="precision in saving, float if ommitted / 保存時の精度、未指定時はfloat")
choices=[None, "float", "fp16", "bf16"], help="precision in saving, float if omitted / 保存時の精度、未指定時はfloat")
parser.add_argument("--new_rank", type=int, default=4,
help="Specify rank of output LoRA / 出力するLoRAのrank (dim)")
parser.add_argument("--save_to", type=str, default=None,
Expand Down

0 comments on commit ae33d72

Please sign in to comment.