From 7c0c77cce348ef951c14f7a2e8e6068ba648ff80 Mon Sep 17 00:00:00 2001 From: Yuwen Hu <54161268+Oscilloscope98@users.noreply.github.com> Date: Wed, 5 Mar 2025 14:55:26 +0800 Subject: [PATCH] Tiny fixes (#12936) --- python/llm/example/GPU/HuggingFace/LLM/moonlight/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/llm/example/GPU/HuggingFace/LLM/moonlight/README.md b/python/llm/example/GPU/HuggingFace/LLM/moonlight/README.md index 6e2ddf57..eb9345d9 100644 --- a/python/llm/example/GPU/HuggingFace/LLM/moonlight/README.md +++ b/python/llm/example/GPU/HuggingFace/LLM/moonlight/README.md @@ -44,7 +44,7 @@ pip install tiktoken blobfile ## 1. Download & Convert Model -To run the Moonlight model with IPEX-LLM optimizations, we need to download and convert first it to make sure it could be successfully loaded by `transformers`. +To run the Moonlight model with IPEX-LLM optimizations, we need to download and convert it first to make sure it could be successfully loaded by `transformers`. ### 1.1 Download Model