Skip to content

Commit

Permalink
weird slash issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AkshitaB committed Oct 2, 2024
1 parent c027e36 commit d1b5838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ladder_peteish.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def config_from_args(args: argparse.Namespace) -> TrainConfig:
read_location = args.read_location
if read_location is None:
if args.s3:
read_location = "s3://ai2-llm"
read_location = "s3:\/\/ai2-llm"
else:
read_location = "/weka/oe-training-default/ai2-llm"
read_location.rstrip("/")
Expand Down

0 comments on commit d1b5838

Please sign in to comment.