minor changes

This commit is contained in:
Brando Miranda 2024-05-31 18:48:20 -07:00
parent 827eb57c79
commit 59e5cc4a74
2 changed files with 4 additions and 3 deletions

View File

@ -4,7 +4,7 @@ Python interface to the Pantograph library
## Getting started ## Getting started
First initialize the git submodules so that git can keep track of the submodules being used do: <!-- First initialize the git submodules so that git can keep track of the submodules being used do:
```bash ```bash
# - initialize the git submodules by preparing the git repository, but it does not clone or fetch them, just init's git's internal configs # - initialize the git submodules by preparing the git repository, but it does not clone or fetch them, just init's git's internal configs
git submodule init git submodule init
@ -25,7 +25,7 @@ To run server tests:
``` bash ``` bash
python -m pantograph.server python -m pantograph.server
``` ```
The tests in `pantograph/server.py` also serve as simple interaction examples The tests in `pantograph/server.py` also serve as simple interaction examples -->
## Install 1: With Conda and Pip in the SNAP cluster ## Install 1: With Conda and Pip in the SNAP cluster

View File

@ -10,7 +10,8 @@ readme = "README.md"
python = "^3.11" python = "^3.11"
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"
[tool.poetry.build] [tool.poetry.build]
generate-setup-file = false generate-setup-file = false