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
This commit is contained in:
parent
2ec45c49d3
commit
5494aa55f6
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue