We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a9911f commit a60628aCopy full SHA for a60628a
.github/workflows/ci.yml
@@ -75,18 +75,19 @@ jobs:
75
run: |
76
export PYTHONPATH=.
77
python _unittests/ut_torch_models/test_tiny_llms_onnx.py
78
- continue-on-error: true
+ continue-on-error: true # connectivity issues
79
80
- name: tiny-llm example
81
82
83
python _doc/examples/plot_export_tiny_llm.py
84
85
86
- name: tiny-llm bypass
87
88
89
python _doc/examples/plot_export_tiny_llm_patched.py
90
91
92
- name: run tests
93
0 commit comments