From 96d64a5702c376d89abc0e25ed3760b8dadcfab2 Mon Sep 17 00:00:00 2001 From: Christoph Pracht <pracht@cl.uni-heidelberg.de> Date: Sat, 24 Feb 2024 19:38:38 +0100 Subject: [PATCH] Adjust versions --- elise/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elise/pyproject.toml b/elise/pyproject.toml index 153d0ec..5eb66fa 100644 --- a/elise/pyproject.toml +++ b/elise/pyproject.toml @@ -14,7 +14,7 @@ diagen = "elise.multi_agent_generation:run_dialogue" [tool.poetry.dependencies] python = "^3.9" torch = "^2.1.2" -vllm = "^3.2" +vllm = "^0.3.2" outlines = "^0.0.33" ray = "^2.9.1" huggingface = "^0.0.1" -- GitLab