From 169d088adb755a237a64bf70973374768ea1fc50 Mon Sep 17 00:00:00 2001 From: Shahrukh Khan Date: Wed, 11 Oct 2023 08:25:44 +0200 Subject: [PATCH] Fix typo in `docs/en/pytorch.md` (#539) --- docs/en/pytorch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/pytorch.md b/docs/en/pytorch.md index 4bc311073..e3662ab37 100644 --- a/docs/en/pytorch.md +++ b/docs/en/pytorch.md @@ -17,7 +17,7 @@ python -m lmdeploy.pytorch.chat $PATH_TO_HF_MODEL ```shell python -m lmdeploy.pytorch.chat \ $PATH_TO_LLAMA_MODEL_IN_HF_FORMAT \ - --temperature 0 --max-histroy 0 + --temperature 0 --max-history 0 ``` **Example 3**: Accelerate with deepspeed inference