File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed
Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 6161 - name : Install requirements
6262 run : python -m pip install -r requirements.txt
6363
64+ - name : Uninstall onnx
65+ run : python -m pip uninstall -y onnx
66+
6467 - name : Install requirements dev
6568 run : python -m pip install -r requirements-dev.txt
6669
Original file line number Diff line number Diff line change 3838 - name : Install requirements
3939 run : python -m pip install -r requirements.txt
4040
41+ - name : Uninstall onnx
42+ run : python -m pip uninstall -y onnx
43+
4144 - name : Install requirements dev
4245 run : python -m pip install -r requirements-dev.txt
4346
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ dump_models/*
3737dump_bash_bench /*
3838dump_llama /*
3939dump_test *
40+ dump_validate *
4041dump_sdpa_ *
4142temp_dump_models /*
4243dump_dort_bench /*
Original file line number Diff line number Diff line change 55huggingface_hub
66matplotlib
77onnx-array-api >= 0.3.1
8+ onnx-weekly
89git+https://github.com/microsoft/onnxscript.git
910openpyxl
1011packaging
You can’t perform that action at this time.
0 commit comments