Skip to content

Commit

Permalink
Downgrade datasets in axolotl example (#10849)
Browse files Browse the repository at this point in the history
* Downgrade datasets to 2.15.0 to address axolotl prepare issue OpenAccess-AI-Collective/axolotl#1544

Tks to @kwaa for providing the solution in #10821 (comment)
  • Loading branch information
qiyuangong committed Apr 23, 2024
1 parent 2ec45c4 commit 5494aa5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/llm/example/GPU/LLM-Finetuning/axolotl/README.md
Expand Up @@ -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
Expand Down

0 comments on commit 5494aa5

Please sign in to comment.