Add shark_importer tflite module and albert_shark_test example (#110)

This commit is contained in:
Chi_Liu
2022-06-09 06:17:22 -07:00
committed by GitHub
parent bf02c8d0db
commit 8640c3ebfe
69 changed files with 1479 additions and 920 deletions

View File

@@ -90,5 +90,5 @@ jobs:
- name: Validate Models
run: |
source shark.venv/bin/activate
pytest -k 'not benchmark' --ignore=shark/tests/test_hf_benchmark.py
pytest -k 'not benchmark' --ignore=shark/tests/test_hf_benchmark.py --ignore=shark/tests/test_shark_importer.py