mirror of
https://github.com/katanemo/plano.git
synced 2026-04-28 10:26:36 +02:00
improve service names (#54)
- embedding-server => model_server - public-types => public_types - chatbot-ui => chatbot_ui - function-calling => function_calling
This commit is contained in:
parent
215f96e273
commit
060a0d665e
35 changed files with 54 additions and 52 deletions
6
model_server/app/install.py
Normal file
6
model_server/app/install.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
from load_models import load_transformers, load_ner_models
|
||||
|
||||
print('installing transformers')
|
||||
load_transformers()
|
||||
print('installing ner models')
|
||||
load_ner_models()
|
||||
Loading…
Add table
Add a link
Reference in a new issue