Skip to content

Commit 0851f0f

Browse files
authored
Remove reference to experimental branch (#859)
Remove outdated reference from README
1 parent 821ab59 commit 0851f0f

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

README.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -43,30 +43,6 @@ cd onnxscript
4343
pip 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

0 commit comments

Comments
 (0)