[Nano] Support python 3.10 in nightly test (#8163)
* support 3.10 * fix version of onnxruntime-extensions * upgrade ray * fix from collections.abc import Iterable * upgrade onnxruntime-extensions to 0.7.0
This commit is contained in:
parent
203753270d
commit
e178692c2c
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ In a pure pip environment, you need to run `source bigdl-nano-init` every time y
|
||||||
We support a wide range of PyTorch and Tensorflow. We only care the MAJOR.MINOR in [Semantic Versioning](https://semver.org/). If you have a specific PyTorch/Tensorflow version want to use, e.g. PyTorch 1.11.0+cpu, you may select corresponding MAJOR.MINOR (i.e., PyTorch 1.11 in this case) and install PyTorch again after installing nano.
|
We support a wide range of PyTorch and Tensorflow. We only care the MAJOR.MINOR in [Semantic Versioning](https://semver.org/). If you have a specific PyTorch/Tensorflow version want to use, e.g. PyTorch 1.11.0+cpu, you may select corresponding MAJOR.MINOR (i.e., PyTorch 1.11 in this case) and install PyTorch again after installing nano.
|
||||||
|
|
||||||
## Python Version
|
## Python Version
|
||||||
`bigdl-nano` is validated on Python 3.8-3.9.
|
`bigdl-nano` is validated on Python 3.8-3.10.
|
||||||
|
|
||||||
|
|
||||||
## Operating System
|
## Operating System
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue