Skip to content

Commit

Permalink
Fix README links
Browse files Browse the repository at this point in the history
  • Loading branch information
nband committed Jun 4, 2024
1 parent ebdb7d1 commit 55c4ea8
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 @@ -58,7 +58,7 @@ pip install -v --disable-pip-version-check --no-cache-dir --no-build-isolation -
pip install -v --disable-pip-version-check --no-cache-dir --no-build-isolation --global-option="--cpp_ext" --global-option="--cuda_ext" ./
```

Lastly, you should set constants in [linguistic_calibration/constants.py](linguistic_calibration/constants.py) to point to the correct paths for your cache directories, checkpoints, etc.
Lastly, you should set constants in [linguistic_calibration/constants.py](src/linguistic_calibration/constants.py) to point to the correct paths for your cache directories, checkpoints, etc.

## Training Framework

Expand Down Expand Up @@ -177,7 +177,7 @@ python pretrained_models/recover_model_weights.py \
--models-save-dir=<dir_to_save_all_models>
```

Then, you should set CHECKPOINT_CACHE_DIR in [linguistic_calibration/constants.py](linguistic_calibration/constants.py) to `<dir_to_save_all_models>`.
Then, you should set CHECKPOINT_CACHE_DIR in [linguistic_calibration/constants.py](src/linguistic_calibration/constants.py) to `<dir_to_save_all_models>`.

Or, to download a specific model checkpoint, select a model name from the list
* `lc-sft`
Expand Down

0 comments on commit 55c4ea8

Please sign in to comment.