Files
OpenLLM/.gitattributes
Aaron Pham 206521e02d feat(ctranslate): initial infrastructure support (#694)
* perf: compact and improve speed and agility

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>

* --wip--

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>

* chore: cleanup infrastructure

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>

* chore: update styles notes and autogen mypy configuration

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>

---------

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
2023-11-19 01:48:33 -05:00

23 lines
636 B
Plaintext

# Clojure UI
external/clojure/* linguist-vendored
# Python Client
*_pb2*.py linguist-generated=true
*_pb2*.pyi linguist-generated=true
# Python sdk
openllm-python/tests/models/__snapshots__/* linguist-generated=true
openllm-python/README.md linguist-generated=true
openllm-python/CHANGELOG.md linguist-generated=true
# Others
Formula/openllm.rb linguist-generated=true
mypy.ini linguist-generated=true
* text=auto eol=lf
# Needed for setuptools-scm-git-archive
.git_archival.txt export-subst
openllm-python/.git_archival.txt export-subst
openllm-client/.git_archival.txt export-subst
openllm-core/.git_archival.txt export-subst