mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
pin transformers dependence to sentencepiece==0.1.92 due to ci fail (#5607)
This commit is contained in:
parent
ddf83d1ace
commit
e5b0d192f4
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ RUN cd /stage && git clone https://github.com/microsoft/onnxruntime.git &&\
|
|||
pip install build/${BUILD_CONFIG}/dist/*.whl
|
||||
|
||||
# Install AzureML support and commonly used packages.
|
||||
RUN pip install azureml-defaults transformers==2.11.0 msgpack==1.0.0 tensorboardX==1.8 tensorboard==2.3.0
|
||||
RUN pip install azureml-defaults sentencepiece==0.1.92 transformers==2.11.0 msgpack==1.0.0 tensorboardX==1.8 tensorboard==2.3.0
|
||||
|
||||
# switch to cuda runtime environment
|
||||
# note: launch with --gpus all or nvidia-docker
|
||||
|
|
|
|||
Loading…
Reference in a new issue