From 4c156294922512a2a31cca9110590bfe18ce21e6 Mon Sep 17 00:00:00 2001 From: Will Johnson Date: Tue, 7 Jan 2025 14:24:25 -0500 Subject: [PATCH] fix: spelling Signed-off-by: Will Johnson --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc354a75a..742d043b5 100644 --- a/README.md +++ b/README.md @@ -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 \ \