MANIFEST.in
README.md
pyproject.toml
src/fast_translate/__init__.py
src/fast_translate/postprocess.py
src/fast_translate/postprocess_enhanced.py
src/fast_translate/runtime.py
src/fast_translate/structure.py
src/fast_translate.egg-info/PKG-INFO
src/fast_translate.egg-info/SOURCES.txt
src/fast_translate.egg-info/dependency_links.txt
src/fast_translate.egg-info/requires.txt
src/fast_translate.egg-info/top_level.txt
src/fast_translate/resources/bin/linux-x86_64/translateLocally
src/fast_translate/resources/models/enpt-1693087644/config.intgemm8bitalpha.yml
src/fast_translate/resources/models/enpt-1693087644/lex.50.50.enpt.s2t.bin
src/fast_translate/resources/models/enpt-1693087644/model.enpt.intgemm.alphas.bin
src/fast_translate/resources/models/enpt-1693087644/modelMeta.json
src/fast_translate/resources/models/enpt-1693087644/model_info.json
src/fast_translate/resources/models/enpt-1693087644/vocab.enpt.spm
src/fast_translate/resources/models/pten-1693087646/config.intgemm8bitalpha.yml
src/fast_translate/resources/models/pten-1693087646/lex.50.50.pten.s2t.bin
src/fast_translate/resources/models/pten-1693087646/model.pten.intgemm.alphas.bin
src/fast_translate/resources/models/pten-1693087646/modelMeta.json
src/fast_translate/resources/models/pten-1693087646/model_info.json
src/fast_translate/resources/models/pten-1693087646/vocab.pten.spm
tests/test_import_alias.py
tests/test_postprocess.py
tests/test_resources.py
tests/test_runtime_helpers.py
tests/test_structure.py
tests/test_structured_use_cases.py