mirror of
https://github.com/QwenLM/Qwen.git
synced 2026-05-20 16:35:47 +08:00
Merge pull request #261 from YongCHN/patch-1
correct the cpu-only args in faq document.
This commit is contained in:
2
FAQ.md
2
FAQ.md
@@ -35,7 +35,7 @@ Yes, see `web_demo.py` for web demo and `cli_demo.py` for CLI demo. See README f
|
||||
|
||||
#### Can I use CPU only?
|
||||
|
||||
Yes, run `python cli_demo.py --cpu_only` will load the model and inference on CPU only.
|
||||
Yes, run `python cli_demo.py --cpu-only` will load the model and inference on CPU only.
|
||||
|
||||
#### Can Qwen support streaming?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user