Skip to content

Commit

Permalink
Fix typo in docs/en/pytorch.md (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahrukhx01 authored Oct 11, 2023
1 parent 759e1dd commit 169d088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/pytorch.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 169d088

Please sign in to comment.