From e178692c2c507503bc51b24c6ef5d1204b25a018 Mon Sep 17 00:00:00 2001 From: Ruonan Wang <105281011+rnwang04@users.noreply.github.com> Date: Sat, 6 May 2023 15:56:40 +0800 Subject: [PATCH] [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 --- docs/readthedocs/source/doc/Nano/Overview/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/readthedocs/source/doc/Nano/Overview/install.md b/docs/readthedocs/source/doc/Nano/Overview/install.md index dfbb3461..4c5aba5d 100644 --- a/docs/readthedocs/source/doc/Nano/Overview/install.md +++ b/docs/readthedocs/source/doc/Nano/Overview/install.md @@ -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. ## Python Version -`bigdl-nano` is validated on Python 3.8-3.9. +`bigdl-nano` is validated on Python 3.8-3.10. ## Operating System