File tree 1 file changed +0
-24
lines changed 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -43,30 +43,6 @@ cd onnxscript
43
43
pip install -e .
44
44
```
45
45
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
-
70
46
### Run Unit Tests
71
47
72
48
``` bash
You can’t perform that action at this time.
0 commit comments