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