File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
_unittests/ut_torch_models Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 6262
6363 - name : tiny-llm example
6464 run : PYTHONPATH=. python _doc/examples/plot_export_tiny_llm.py
65+ continue-on-error : true # connectivity issues
6566
6667 - name : tiny-llm bypass
6768 run : PYTHONPATH=. python _doc/examples/plot_export_tiny_llm_patched.py
Original file line number Diff line number Diff line change 99 filter_inputs ,
1010 run_ort_fusion ,
1111)
12- from onnx_diagnostic .torch_models . hghub . model_inputs import get_get_inputs_function_for_tasks
12+ from onnx_diagnostic .tasks import supported_tasks
1313
1414
1515class TestTestHelper (ExtTestCase ):
1616 def test_get_inputs_for_task (self ):
17- fcts = get_get_inputs_function_for_tasks ()
17+ fcts = supported_tasks ()
1818 for task in self .subloop (sorted (fcts )):
1919 data = get_inputs_for_task (task )
2020 self .assertIsInstance (data , dict )
You can’t perform that action at this time.
0 commit comments