From 184adb26535a74a787d035fd943ac690ef40ad50 Mon Sep 17 00:00:00 2001 From: Yuwen Hu <54161268+Oscilloscope98@users.noreply.github.com> Date: Wed, 5 Feb 2025 11:32:26 +0800 Subject: [PATCH] Small fix to MiniCPM-o-2_6 GPU example (#12766) --- .../GPU/HuggingFace/Multimodal/MiniCPM-o-2_6/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/llm/example/GPU/HuggingFace/Multimodal/MiniCPM-o-2_6/README.md b/python/llm/example/GPU/HuggingFace/Multimodal/MiniCPM-o-2_6/README.md index c9d32108..5a6f853c 100644 --- a/python/llm/example/GPU/HuggingFace/Multimodal/MiniCPM-o-2_6/README.md +++ b/python/llm/example/GPU/HuggingFace/Multimodal/MiniCPM-o-2_6/README.md @@ -25,7 +25,7 @@ To run these examples with IPEX-LLM on Intel GPUs, we have some recommended requ # or --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/cn/ pip install --pre --upgrade ipex-llm[xpu-arc] --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/ - pip install torchaudio==2.3.1.post0 --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/ + pip install torchaudio==2.3.1+cxx11.abi --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/ ``` > [!NOTE] @@ -74,7 +74,7 @@ Arguments info: - `--video-path VIDEO_PATH`: argument defining the video input. - `--n-predict N_PREDICT`: argument defining the max number of tokens to predict. It is default to be `32`. -> [!TIP] +> [!NOTE] > In Omni mode, please make sure that the video input contains sound. > [!TIP]