From 5494aa55f6fc4740ab1bc4eecc618f33460a82c1 Mon Sep 17 00:00:00 2001 From: Qiyuan Gong Date: Tue, 23 Apr 2024 09:41:58 +0800 Subject: [PATCH] Downgrade datasets in axolotl example (#10849) * Downgrade datasets to 2.15.0 to address axolotl prepare issue https://github.com/OpenAccess-AI-Collective/axolotl/issues/1544 Tks to @kwaa for providing the solution in https://github.com/intel-analytics/ipex-llm/issues/10821#issuecomment-2068861571 --- python/llm/example/GPU/LLM-Finetuning/axolotl/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/llm/example/GPU/LLM-Finetuning/axolotl/README.md b/python/llm/example/GPU/LLM-Finetuning/axolotl/README.md index d4093c9d1e4..22d7d7546f8 100644 --- a/python/llm/example/GPU/LLM-Finetuning/axolotl/README.md +++ b/python/llm/example/GPU/LLM-Finetuning/axolotl/README.md @@ -22,6 +22,8 @@ git checkout v0.4.0 cp ../requirements-xpu.txt requirements.txt pip install -e . pip install transformers==4.36.0 +# to avoid https://github.com/OpenAccess-AI-Collective/axolotl/issues/1544 +pip install datasets==2.15.0 ``` ### 2. Configures OneAPI environment variables and accelerate