mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-01-17 20:08:17 -05:00
* 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>
23 lines
636 B
Plaintext
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
|