Unverified Commit 169d088a authored by Shahrukh Khan's avatar Shahrukh Khan Committed by GitHub
Browse files

Fix typo in `docs/en/pytorch.md` (#539)

parent 759e1ddf
...@@ -17,7 +17,7 @@ python -m lmdeploy.pytorch.chat $PATH_TO_HF_MODEL ...@@ -17,7 +17,7 @@ python -m lmdeploy.pytorch.chat $PATH_TO_HF_MODEL
```shell ```shell
python -m lmdeploy.pytorch.chat \ python -m lmdeploy.pytorch.chat \
$PATH_TO_LLAMA_MODEL_IN_HF_FORMAT \ $PATH_TO_LLAMA_MODEL_IN_HF_FORMAT \
--temperature 0 --max-histroy 0 --temperature 0 --max-history 0
``` ```
**Example 3**: Accelerate with deepspeed inference **Example 3**: Accelerate with deepspeed inference
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment