python -m pantograph.server now works
This commit is contained in:
parent
3df41c19cd
commit
001bf2722f
|
@ -78,7 +78,7 @@ export CUDA_VISIBLE_DEVICES=$(nvidia-smi --query-gpu=memory.used --format=csv,no
|
||||||
echo $CUDA_VISIBLE_DEVICES
|
echo $CUDA_VISIBLE_DEVICES
|
||||||
|
|
||||||
# make sure the PyPantrograph server tests by Leni work
|
# 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/pantograph/server.py
|
||||||
python $HOME/PyPantograph/test_vllm.py
|
python $HOME/PyPantograph/test_vllm.py
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue