remove fuyu

Former-commit-id: 8cb88dbc16
grit/923f7c6f-0958-480b-8748-ea6bbf1c2084
Kye 1 year ago
parent 12ee65e11a
commit 7c87a37ec8

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

@ -2,7 +2,6 @@
from swarms.models.anthropic import Anthropic from swarms.models.anthropic import Anthropic
from swarms.models.petals import Petals from swarms.models.petals import Petals
from swarms.models.mistral import Mistral from swarms.models.mistral import Mistral
from swarms.models.openai_models import OpenAI, AzureOpenAI, OpenAIChat from swarms.models.openai_models import OpenAI, AzureOpenAI, OpenAIChat
from swarms.models.zephyr import Zephyr from swarms.models.zephyr import Zephyr
from swarms.models.biogpt import BioGPT from swarms.models.biogpt import BioGPT
@ -16,10 +15,9 @@ from swarms.models.kosmos_two import Kosmos
from swarms.models.vilt import Vilt from swarms.models.vilt import Vilt
from swarms.models.nougat import Nougat from swarms.models.nougat import Nougat
from swarms.models.layoutlm_document_qa import LayoutLMDocumentQA from swarms.models.layoutlm_document_qa import LayoutLMDocumentQA
from swarms.models.gpt4v import GPT4Vision
# from swarms.models.gpt4v import GPT4Vision from swarms.models.dalle3 import Dalle3
# from swarms.models.dalle3 import Dalle3 from swarms.models.distilled_whisperx import DistilWhisperModel
# from swarms.models.distilled_whisperx import DistilWhisperModel
# from swarms.models.fuyu import Fuyu # Not working, wait until they update # from swarms.models.fuyu import Fuyu # Not working, wait until they update
import sys import sys
@ -46,5 +44,5 @@ __all__ = [
"WizardLLMStoryTeller", "WizardLLMStoryTeller",
"GPT4Vision", "GPT4Vision",
"Dalle3", "Dalle3",
"Fuyu", # "Fuyu",
] ]

Loading…
Cancel
Save