Skip to content

Commit

Permalink
fix: spelling
Browse files Browse the repository at this point in the history
Signed-off-by: Will Johnson <mwjohnson728@gmail.com>
  • Loading branch information
willmj committed Jan 7, 2025
1 parent 946b7d6 commit 4c15629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ Notes:
- `--fast_moe` is an integer value that configures the amount of expert parallel sharding (ep_degree).
- `world_size` must be divisible by the `ep_degree`
- Running fast moe modifies the state dict of the model, and must be post-processed using [checkpoint utils](https://github.com/foundation-model-stack/fms-acceleration/blob/main/plugins/accelerated-moe/src/fms_acceleration_moe/utils/checkpoint_utils.py) to run inference (HF, vLLM, etc.).
- The typical uscase for this script is to run:
- The typical usecase for this script is to run:
```
python -m fms_acceleration_moe.utils.checkpoint_utils \
<checkpoint file> \
Expand Down

0 comments on commit 4c15629

Please sign in to comment.