Spaces:
Runtime error
Runtime error
File size: 285 Bytes
2ae3a0e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
# vllm-test
conda create -n vllm_test python=3.11
conda activate vllm_test
pip install -r requirements.txt
## environment settings
Please set the following environment variables first
```
export SHOPPAL_VLLM_API_URL=
export SHOPPAL_VLLM_MODEL_NAME=
export SHOPPAL_VLLM_API_KEY=
``` |