From 35e62368c04d6087a9ec6a39fd418813733da568 Mon Sep 17 00:00:00 2001 From: Kye Date: Thu, 4 Jan 2024 11:51:55 -0500 Subject: [PATCH] [REQUIREMENTS][Vllm][removal] --- pyproject.toml | 2 +- requirements.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f0551c4c..847470eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "swarms" -version = "3.2.5" +version = "3.2.6" description = "Swarms - Pytorch" license = "MIT" authors = ["Kye Gomez "] diff --git a/requirements.txt b/requirements.txt index 238b32fb..9250997a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -72,7 +72,6 @@ pre-commit==3.2.2 sqlalchemy pgvector qdrant-client -vllm sentence-transformers peft modelscope==1.10.0 \ No newline at end of file