.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
Makefile
NOTICE
README.md
pyproject.toml
pyrightconfig.json
./src/rk_transformers.egg-info/PKG-INFO
./src/rk_transformers.egg-info/SOURCES.txt
./src/rk_transformers.egg-info/dependency_links.txt
./src/rk_transformers.egg-info/entry_points.txt
./src/rk_transformers.egg-info/requires.txt
./src/rk_transformers.egg-info/top_level.txt
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yaml
.github/workflows/lint.yaml
.github/workflows/release.yaml
scripts/download_hf_rknn.py
src/rk_transformers.egg-info/SOURCES.txt
src/rktransformers/__init__.py
src/rktransformers/configuration.py
src/rktransformers/constants.py
src/rktransformers/export.py
src/rktransformers/load.py
src/rktransformers/modeling.py
src/rktransformers/commands/__init__.py
src/rktransformers/commands/base.py
src/rktransformers/commands/env.py
src/rktransformers/commands/rktransformers_cli.py
src/rktransformers/commands/export/rknn.py
src/rktransformers/commands/register/register_rknn.py
src/rktransformers/exporters/__init__.py
src/rktransformers/exporters/rknn/__init__.py
src/rktransformers/exporters/rknn/convert.py
src/rktransformers/exporters/rknn/model_card.py
src/rktransformers/exporters/rknn/model_card_template.md
src/rktransformers/exporters/rknn/utils.py
src/rktransformers/utils/__init__.py
src/rktransformers/utils/env_utils.py
src/rktransformers/utils/import_utils.py
src/rktransformers/utils/logging_utils.py
src/rktransformers/utils/modeling_utils.py
tests/__init__.py
tests/conftest.py
tests/test_configuration.py
tests/test_load_rknn.py
tests/test_modeling.py
tests/test_rknn_patch.py
tests/test_utils.py
tests/commands/test_rktransformers_cli.py
tests/data/random_bert/README.md
tests/data/random_bert/config.json
tests/data/random_bert/model.onnx
tests/data/random_bert/rknn.json
tests/data/random_bert/special_tokens_map.json
tests/data/random_bert/tokenizer_config.json
tests/data/random_bert/vocab.txt
tests/data/random_bert/rknn/model_b1_s32_o3.rknn
tests/data/random_roberta/README.md
tests/data/random_roberta/config.json
tests/data/random_roberta/merges.txt
tests/data/random_roberta/model.onnx
tests/data/random_roberta/rknn.json
tests/data/random_roberta/special_tokens_map.json
tests/data/random_roberta/tokenizer_config.json
tests/data/random_roberta/vocab.json
tests/exporters/rknn/test_auto_task.py
tests/exporters/rknn/test_exporter.py
tests/exporters/rknn/test_model_card.py
tests/exporters/rknn/test_resolve_hub_repo.py