Skip to content

Commit 8dc01c4

Browse files
dtrawinsprzepeck
authored andcommitted
fix export command in a demo (#3572)
1 parent a901d1c commit 8dc01c4

File tree

1 file changed

+2
-2
lines changed
  • demos/continuous_batching/agentic_ai

1 file changed

+2
-2
lines changed

demos/continuous_batching/agentic_ai/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ Run `export_model.py` script to download and quantize the model:
4040

4141
:::{tab-item} CPU
4242
```console
43-
python export_model.py text_generation --source_model Qwen/Qwen3-8B --weight-format int8 --config_file_path models/config.json --model_repository_path models --tools_model_type qwen3 --overwrite_models --enable_prefix_caching
43+
python export_model.py text_generation --source_model Qwen/Qwen3-8B --weight-format int8 --config_file_path models/config.json --model_repository_path models --tool_parser qwen3 --overwrite_models --enable_prefix_caching
4444
```
4545
:::
4646

4747
:::{tab-item} GPU
4848
```console
49-
python export_model.py text_generation --source_model Qwen/Qwen3-8B --weight-format int8 --config_file_path models/config.json --model_repository_path models --tools_model_type qwen3 --target_device GPU --enable_prefix_caching --cache_size 2
49+
python export_model.py text_generation --source_model Qwen/Qwen3-8B --weight-format int8 --config_file_path models/config.json --model_repository_path models --tool_parser qwen3 --target_device GPU --enable_prefix_caching --cache_size 2
5050
```
5151
:::
5252

0 commit comments

Comments
 (0)