You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pip install text-generation-inferencepip install text-generation-launcher. Having these as published packages will allow projects to use the serving and client functionality.
I am hitting a wall here, and currently am trying to clone TGI and use the serving functionality. This is proving to be pretty hard because the way the project is built and more focused on being run in a containerized application.
Motivation
Having a local LLM server that can handle batched requests would be amazing. llama-cpp-python is the only comparable embedded llm serving tool and it isn't built to really handle concurrent request like TGI is.
We are looking to use this in instructlab as a serving backend option if published to pypi or even locally installable via pip.
Your contribution
I could add the pyproject.toml and setup.py with some help around what parts of the project we'd want built into a python package!
The text was updated successfully, but these errors were encountered:
Feature request
pip install text-generation-inference
pip install text-generation-launcher
. Having these as published packages will allow projects to use the serving and client functionality.I am hitting a wall here, and currently am trying to clone TGI and use the serving functionality. This is proving to be pretty hard because the way the project is built and more focused on being run in a containerized application.
Motivation
Having a local LLM server that can handle batched requests would be amazing. llama-cpp-python is the only comparable embedded llm serving tool and it isn't built to really handle concurrent request like TGI is.
We are looking to use this in instructlab as a serving backend option if published to pypi or even locally installable via pip.
Your contribution
I could add the pyproject.toml and setup.py with some help around what parts of the project we'd want built into a python package!
The text was updated successfully, but these errors were encountered: