diff --git a/README.md b/README.md index 54c1097..995a7fc 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -141,4 +141,4 @@ If you use this code in your research, please cite both this repository and the ## License -Apache 2.0 \ No newline at end of file +Apache 2.0