python -m pantograph.server now works

This commit is contained in:
Brando Miranda 2024-04-29 12:59:28 -07:00
parent 3df41c19cd
commit 001bf2722f
1 changed files with 1 additions and 1 deletions

View File

@ -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
```