Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Duemoo authored Oct 5, 2024
1 parent 8184e5e commit 71b0c19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ python -m torch.distributed.run --nproc_per_node=4 ${SCRATCH_DIR}/scripts/train.
--data.paths=[${SCRATCH_DIR}/dolma_extracted/360000-363100.npy] \
--load_path=PATH_TO_THE_CHECKPOINT/step${BASE_STEP}-unsharded \
--base_step=${BASE_STEP} \
--inject_indices_map=${SCRATCH_DIR/analysis/inject_indices_map/7b-360000.pkl} \
--inject_indices_map=${SCRATCH_DIR}/analysis/inject_indices_map/7b-360000.pkl \
--save_overwrite
```

Expand Down Expand Up @@ -141,4 +141,4 @@ If you use this code in your research, please cite both this repository and the

## License

Apache 2.0
Apache 2.0

0 comments on commit 71b0c19

Please sign in to comment.