From 59e5cc4a7493a3cc01c4d69a3f3d2cc18eaf5d2c Mon Sep 17 00:00:00 2001 From: Brando Miranda Date: Fri, 31 May 2024 18:48:20 -0700 Subject: [PATCH] minor changes --- README.md | 4 ++-- pyproject.toml | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6d57614..f96dc56 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Python interface to the Pantograph library ## Getting started -First initialize the git submodules so that git can keep track of the submodules being used do: + ## Install 1: With Conda and Pip in the SNAP cluster diff --git a/pyproject.toml b/pyproject.toml index 2444e94..b3c7d65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,8 @@ readme = "README.md" python = "^3.11" pexpect = "^4.9.0" torch = "2.2.1" -vllm = "0.4.1" +#vllm = "0.4.1" +openai = "1.30.5" [tool.poetry.build] generate-setup-file = false