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