From e9bc6c3721096d5aafda47441262c2953f92bd5f Mon Sep 17 00:00:00 2001 From: Yuwen Hu Date: Tue, 7 Jan 2025 13:41:03 +0800 Subject: [PATCH] Small fix --- python/llm/example/NPU/HF-Transformers-AutoModels/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/llm/example/NPU/HF-Transformers-AutoModels/README.md b/python/llm/example/NPU/HF-Transformers-AutoModels/README.md index dbc5ae0cf31..d61644b39cb 100644 --- a/python/llm/example/NPU/HF-Transformers-AutoModels/README.md +++ b/python/llm/example/NPU/HF-Transformers-AutoModels/README.md @@ -17,7 +17,7 @@ This folder contains examples of running IPEX-LLM on Intel NPU: | Llama2 | [Python link](./LLM), [C++ link](./LLM/CPP_Examples/) | | Llama3 | [Python link](./LLM), [C++ link](./LLM/CPP_Examples/) | | Llama3.2 | [Python link](./LLM), [C++ link](./LLM/CPP_Examples/) | -| GLM-Edge | [Python link](./LLM), [C++ link](./LLM/CPP_Examples/) | +| GLM-Edge | [Python link](./LLM) | | Qwen2 | [Python link](./LLM), [C++ link](./LLM/CPP_Examples/) | | Qwen2.5 | [Python link](./LLM), [C++ link](./LLM/CPP_Examples/) | | MiniCPM | [Python link](./LLM), [C++ link](./LLM/CPP_Examples/) |