removed vllm

This commit is contained in:
Brando Miranda 2024-06-03 20:33:23 -07:00
parent 45a2ec127b
commit 9364daffad
1 changed files with 3 additions and 1 deletions

View File

@ -10,11 +10,13 @@ readme = "README.md"
python = "^3.10" python = "^3.10"
pexpect = "^4.9.0" pexpect = "^4.9.0"
torch = "2.2.1" torch = "2.2.1"
vllm = "0.4.1" # vllm = "0.4.1"
openai = "1.30.5" openai = "1.30.5"
fire = "0.6.0" fire = "0.6.0"
wandb = "0.17.0" wandb = "0.17.0"
tenacity = "8.3.0" tenacity = "8.3.0"
numpy = "1.26.4"
[tool.poetry.build] [tool.poetry.build]
generate-setup-file = false generate-setup-file = false