From 7f2ad182fdbf01227781e3b4c8f43ab40379e04c Mon Sep 17 00:00:00 2001 From: "Zheng, Yi" <107673535+yzheng124@users.noreply.github.com> Date: Fri, 27 Oct 2023 18:25:46 +0800 Subject: [PATCH] Minor Fixes of README (#9294) --- python/llm/example/CPU/Applications/hf-agent/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/llm/example/CPU/Applications/hf-agent/README.md b/python/llm/example/CPU/Applications/hf-agent/README.md index 557943c3..46bb8aa5 100644 --- a/python/llm/example/CPU/Applications/hf-agent/README.md +++ b/python/llm/example/CPU/Applications/hf-agent/README.md @@ -33,7 +33,7 @@ Arguments info: #### 2.1 Client On client Windows machine, it is recommended to run directly with full utilization of all cores: ```powershell -python ./run_agent.py +python ./run_agent.py --image-path IMAGE_PATH ``` #### 2.2 Server @@ -46,7 +46,7 @@ source bigdl-nano-init # e.g. for a server with 48 cores per socket export OMP_NUM_THREADS=48 -numactl -C 0-47 -m 0 python ./run_agent.py +numactl -C 0-47 -m 0 python ./run_agent.py --image-path IMAGE_PATH ``` #### 2.3 Sample Output