Skip to content

Commit

Permalink
checkpointing
Browse files Browse the repository at this point in the history
  • Loading branch information
riship committed Dec 19, 2024
1 parent b6f3c1a commit 09a2df7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/llm/hotpot_qa.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
parser.add_argument('--percent_data', type=float, default=1.0)
parser.add_argument('--chunk_size', type=int, default=512,
help="When splitting context documents, the maximum number of characters per chunk.")
parser.add_argument('--checkpointing', action="store_true",
help="")
parser.add_argument('--checkpointing', action="store_true")
parser.add_argument('--verbose', action="store_true")
args = parser.parse_args()
assert args.percent_data <= 100 and args.percent_data > 0
Expand Down

0 comments on commit 09a2df7

Please sign in to comment.