onnxruntime-extensions/test
Wenbing Li aa2c82fa67
Add the MLlama Imaging Processing Support (#823)
* initial checkins for mllama image process

* fix some tests

* some fixings

* add more image

* More test assertions

* parity test passed

* code clean up

* code refinement
2024-10-22 14:24:09 -07:00
..
cuda Add custom ops ReplaceZero (#739) 2024-06-18 11:36:14 +02:00
data Add the MLlama Imaging Processing Support (#823) 2024-10-22 14:24:09 -07:00
ios Add macos platform suppport to onnxruntime-extensions-c pod (#622) 2023-12-19 18:26:12 -08:00
pp_api_test Add the MLlama Imaging Processing Support (#823) 2024-10-22 14:24:09 -07:00
shared_test Refactor the unit tests and cmake build script (#726) 2024-05-30 14:16:14 -07:00
static_test Add a decoder for Unigram tokenizer and unify some classes among tokenizers (#816) 2024-09-25 10:25:06 -07:00
unittest_main Add the tokenizer C ABI (#693) 2024-04-29 16:45:49 -07:00
codeconv.runsettings Add build.py to make it easier for developers to build different variants (#318) 2023-01-02 14:55:31 +10:00
packages.config Add build.py to make it easier for developers to build different variants (#318) 2023-01-02 14:55:31 +10:00
test_audio_codec.py Add Bert tokenizer in the supported model list and code refinement (#503) 2023-08-02 14:01:36 -07:00
test_audio_signal.py Enable the status returnable APIs from ORT 1.16 C ABI (#558) 2023-09-13 14:59:09 -07:00
test_autotokenizer.py Unify the spm/bpe tokenizers (#666) 2024-03-06 10:07:05 -08:00
test_azure_ops.py Add UT testing async azure op (#536) 2023-08-23 10:00:32 -07:00
test_bert_tokenizer.py Add Bert tokenizer in the supported model list and code refinement (#503) 2023-08-02 14:01:36 -07:00
test_bert_tokenizer_decoder.py reformat test code and verify the pipeline (#251) 2022-06-20 12:38:06 -07:00
test_bert_tokenizer_op.py Add Bert tokenizer in the supported model list and code refinement (#503) 2023-08-02 14:01:36 -07:00
test_blingfire_sentencebreaker.py reformat test code and verify the pipeline (#251) 2022-06-20 12:38:06 -07:00
test_bpe_tokenizer.py Add a bbpe tokenizer decoder for Whisper model (#376) 2023-03-08 15:00:01 -08:00
test_cliptok.py Fix the Unicode code discrepency on CLIP model (#814) 2024-09-23 16:49:24 -07:00
test_cv2.py Unit test being compatible with ONNXRuntime-GPU package, and some clean-ups. (#457) 2023-05-30 11:01:30 -07:00
test_fast_tokenizer.py Optimize the tokenizer for efficiency (#797) 2024-08-27 18:57:50 -07:00
test_gpt2tok.py Refactor BBPE based Tokenizers (#555) 2023-09-05 15:45:33 -07:00
test_masked_fill.py reformat test code and verify the pipeline (#251) 2022-06-20 12:38:06 -07:00
test_math_ops.py Add the tokenizer C ABI (#693) 2024-04-29 16:45:49 -07:00
test_onnxprocess.py initial checkins for onnxcompose (#185) 2021-11-22 21:02:39 -08:00
test_pp_api.py Add the MLlama Imaging Processing Support (#823) 2024-10-22 14:24:09 -07:00
test_processing.py Fix the CI pipeline for the latest PyTorch release. (#759) 2024-07-08 16:21:48 -07:00
test_pyops.py Remove numpy dependency from its Python binary build (#657) 2024-02-21 09:54:17 -08:00
test_robertatok.py Refactor BBPE based Tokenizers (#555) 2023-09-05 15:45:33 -07:00
test_segment_extraction.py reformat test code and verify the pipeline (#251) 2022-06-20 12:38:06 -07:00
test_sentencepiece_ops.py add fairseq decoder support (#612) 2023-11-30 11:52:31 -08:00
test_string_concat.py Unit test being compatible with ONNXRuntime-GPU package, and some clean-ups. (#457) 2023-05-30 11:01:30 -07:00
test_string_ecma_regex.py Unit test being compatible with ONNXRuntime-GPU package, and some clean-ups. (#457) 2023-05-30 11:01:30 -07:00
test_string_length.py Unit test being compatible with ONNXRuntime-GPU package, and some clean-ups. (#457) 2023-05-30 11:01:30 -07:00
test_string_mapping.py reformat test code and verify the pipeline (#251) 2022-06-20 12:38:06 -07:00
test_string_ops.py fix linux_wheel pipeline by updating linux build wheel configuration (#563) 2023-09-21 10:59:12 -07:00
test_string_to_vector.py reformat test code and verify the pipeline (#251) 2022-06-20 12:38:06 -07:00
test_tools_add_pre_post_processing_to_model.py Add support for YOLO v8 Pose post-processing. (#605) 2023-12-20 08:51:29 +10:00
test_tools_customop_template.py Unit test being compatible with ONNXRuntime-GPU package, and some clean-ups. (#457) 2023-05-30 11:01:30 -07:00
test_torch_ops.py clean up the deprecated warnings from pytest (#542) 2023-08-28 10:09:08 -07:00
test_trie_tokenizer.py Fix the exception on invalid trie-tokenizer input (#575) 2023-10-16 17:03:02 -07:00
test_vector_to_string.py optimize the gpt2-bs model after the generation (#119) 2021-07-08 15:36:11 -07:00
test_whisper.py using the huggingface whisper config instead of fixed numbers (#667) 2024-03-06 14:29:49 -08:00