From 001bf2722f739161a70178f591b93c94aae04f58 Mon Sep 17 00:00:00 2001 From: Brando Miranda Date: Mon, 29 Apr 2024 12:59:28 -0700 Subject: [PATCH] python -m pantograph.server now works --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f07927c..e197108 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ export CUDA_VISIBLE_DEVICES=$(nvidia-smi --query-gpu=memory.used --format=csv,no echo $CUDA_VISIBLE_DEVICES # make sure the PyPantrograph server tests by Leni work -# python -m server.py +python -m pantograph.server python $HOME/PyPantograph/pantograph/server.py python $HOME/PyPantograph/test_vllm.py ```