From 09e2d3d7a05d1622acb0e90fa8e4adf1178d2185 Mon Sep 17 00:00:00 2001 From: Rahul Nair Date: Wed, 3 Dec 2025 15:13:38 -0800 Subject: [PATCH] Update README.md nit-fix: huggingface-cli is deprecated and not available the new cli is `hf` --- EdgeCraftRAG/docker_compose/intel/gpu/arc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EdgeCraftRAG/docker_compose/intel/gpu/arc/README.md b/EdgeCraftRAG/docker_compose/intel/gpu/arc/README.md index 9a5663ddb2..6cff25ae94 100755 --- a/EdgeCraftRAG/docker_compose/intel/gpu/arc/README.md +++ b/EdgeCraftRAG/docker_compose/intel/gpu/arc/README.md @@ -61,7 +61,7 @@ pip install modelscope modelscope download --model $LLM_MODEL --local_dir "${MODEL_PATH}/${LLM_MODEL}" # Optionally, you can also download models with huggingface: # pip install -U huggingface_hub -# huggingface-cli download $LLM_MODEL --local-dir "${MODEL_PATH}/${LLM_MODEL}" +# hf download $LLM_MODEL --local-dir "${MODEL_PATH}/${LLM_MODEL}" ``` ### 4. Prepare env variables and configurations