[FEAT]][Vllm]

pull/323/head^2
Kye 1 year ago
parent 5d1b25d198
commit 38438c2266

@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "swarms"
version = "3.1.1"
version = "3.1.2"
description = "Swarms - Pytorch"
license = "MIT"
authors = ["Kye Gomez <kye@apac.ai>"]

@ -9,8 +9,8 @@ from swarms.models.openai_models import (
OpenAIChat,
) # noqa: E402
# from swarms.models.vllm import vLLM # noqa: E402
# from swarms.models.zephyr import Zephyr # noqa: E402
from swarms.models.vllm import vLLM # noqa: E402
from swarms.models.zephyr import Zephyr # noqa: E402
from swarms.models.biogpt import BioGPT # noqa: E402
from swarms.models.huggingface import HuggingfaceLLM # noqa: E402
from swarms.models.wizard_storytelling import (
@ -64,7 +64,7 @@ __all__ = [
# "Dalle3",
# "DistilWhisperModel",
"GPT4VisionAPI",
# "vLLM",
"vLLM",
"OpenAITTS",
"Gemini",
"Gigabind",

Loading…
Cancel
Save