Skip to content

Commit

Permalink
Update README.md (#11003)
Browse files Browse the repository at this point in the history
  • Loading branch information
gc-fu authored May 13, 2024
1 parent 74997a3 commit a465111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/llm/src/ipex_llm/serving/fastchat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ We have also provided an option `--load-low-bit-model` to load models that have
Check the following examples:
```bash
# Or --device "cpu"
python -m ipex_llm.serving.fastchat.ipex_llm_worker --model-path /Low/Bit/Model/Path --trust-remote-code --device "xpu"
python -m ipex_llm.serving.fastchat.ipex_llm_worker --model-path /Low/Bit/Model/Path --trust-remote-code --device "xpu" --load-low-bit-model
```

#### For self-speculative decoding example:
Expand Down

0 comments on commit a465111

Please sign in to comment.