cs686's picture
Deploy Kimodo ZeroGPU motion API (part 2)
7e976d8 verified
Raw
History Blame Contribute Delete
314 Bytes
# SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
"""LLM2Vec text encoder and wrapper for Kimodo."""
from .llm2vec import LLM2Vec
from .llm2vec_wrapper import LLM2VecEncoder
__all__ = [
"LLM2Vec",
"LLM2VecEncoder",
]