"git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "2287e02aa49845c4f69746ac10fd4dbeccb52ac3"
Unverified Commit 21256bf9 authored by J-shang's avatar J-shang Committed by GitHub
Browse files

[Doc & Pipeline] Fix page level & upgrade python verison in fast-test-legacy (#4311)

parent 1bfc7acf
......@@ -10,7 +10,8 @@ PythonWebHDFS
colorama
scikit-learn >= 0.24.1 ; python_version >= "3.7"
scikit-learn < 1.0 ; python_version < "3.7"
websockets
websockets >= 10.1 ; python_version >= "3.7"
websockets <= 10.0 ; python_version < "3.7"
filelock
prettytable
cloudpickle
......
......@@ -4,7 +4,6 @@ Quick Start
.. toctree::
:hidden:
Tutorial <Tutorial>
Notebook Example <compression_pipeline_example>
......
......@@ -25,6 +25,7 @@ For details, please refer to the following tutorials:
Overview <Compression/Overview>
Quick Start <Compression/QuickStart>
Tutorial <Compression/Tutorial>
Pruning <Compression/pruning>
Pruning V2 <Compression/v2_pruning>
Quantization <Compression/quantization>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment