Skip to content

Commit

Permalink
update datasets version for docker (intel#1077)
Browse files Browse the repository at this point in the history
  • Loading branch information
VincyZhang committed Dec 27, 2023
1 parent b1b407f commit a32e184
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile_chatbot
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ RUN cd /intel-extension-for-transformers/intel_extension_for_transformers/neural
pip install -r requirements_hpu.txt && \
pip install transformers==4.34.1 && \
pip install accelerate==0.24.0 && \
pip install datasets==2.14.7 && \
pip install pymysql

WORKDIR /intel-extension-for-transformers/intel_extension_for_transformers/neural_chat/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Recommend python 3.9 or higher version.
```shell
pip install -r requirements.txt
pip install transformers==4.34.1
pip install datasets==2.14.7
```
>**Note**: Please use transformers no higher than 4.34.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ RUN cd /intel-extension-for-transformers/intel_extension_for_transformers/neural
pip install -r requirements_hpu.txt && \
pip install transformers==4.34.1 && \
pip install accelerate==0.24.0 && \
pip install datasets==2.14.7 && \
pip install pymysql && \
pip uninstall -y intel_extension_for_pytorch

Expand Down

0 comments on commit a32e184

Please sign in to comment.