File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,30 +43,6 @@ cd onnxscript
4343pip install -e .
4444```
4545
46- ### Using Experimental ONNX and ONNX Runtime Packages
47-
48- Some ONNX Script features depend on changes to ONNX that are not yet
49- available in a released ONNX package.
50-
51- To enable support for these features, experimental dependency packages
52- must be installed:
53-
54- ``` bash
55- pip uninstall onnx onnxruntime
56-
57- pip install --pre -f https://onnxruntimepackages.z14.web.core.windows.net/onnxruntime-function-experiment.html ort-function-experiment-nightly
58-
59- pip install onnx-weekly
60- ```
61-
62- With experimental ONNX, one can write a script function with optional
63- attributes. Examples are in [ onnxfns1A.py] [ onnxfns1A.py ] . To validate
64- that experimental features are enabled:
65-
66- ``` bash
67- pytest onnxscript/tests/functions/onnxfns1A_test.py
68- ```
69-
7046### Run Unit Tests
7147
7248``` bash
You can’t perform that action at this time.
0 commit comments