
Security News
libxml2 Maintainer Ends Embargoed Vulnerability Reports, Citing Unsustainable Burden
Libxml2’s solo maintainer drops embargoed security fixes, highlighting the burden on unpaid volunteers who keep critical open source software secure.
gllm-inference-binary
Advanced tools
A library containing components related to model inferences in Gen AI applications.
A library containing components related to model inferences in Gen AI applications.
Choose one of the following methods to install the package:
pip install gllm-inference-binary
poetry add gllm-inference-binary
For development purposes, you can install directly from the Git repository:
poetry add "git+ssh://git@github.com/GDP-ADMIN/gen-ai-internal.git#subdirectory=libs/gllm-inference"
Available extras:
anthropic
: Install Anthropic models dependenciesgoogle-genai
: Install Google Generative AI models dependenciesgoogle-vertexai
: Install Google Vertex AI models dependencieshuggingface
: Install HuggingFace models dependenciesopenai
: Install OpenAI models dependenciestwelvelabs
: Install TwelveLabs models dependenciesgllm-inference
module, e.g. cd libs/gllm-inference
.poetry shell
to create a virtual environment.poetry lock
to create a lock file if you haven't done it yet.poetry install
to install the gllm-inference
requirements for the first time.poetry update
if you update any dependency module version at pyproject.toml
.Please refer to this Python Style Guide to get information about code style, documentation standard, and SCA that you need to use when contributing to this project
pre-commit
hooks using pre-commit install
poetry shell
to create a virtual environment.poetry lock
to create a lock file if you haven't done it yet.poetry install
to install the gllm-inference
requirements for the first time.which python
to get the path to be referenced at Visual Studio Code interpreter path (Ctrl
+Shift
+P
or Cmd
+Shift
+P
)poetry run pytest -s tests/unit_tests/
FAQs
A library containing components related to model inferences in Gen AI applications.
We found that gllm-inference-binary demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Libxml2’s solo maintainer drops embargoed security fixes, highlighting the burden on unpaid volunteers who keep critical open source software secure.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.