add server, config, and scripts
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
pip install torch==2.10.0 torchvision==0.25.0 \
|
||||
--index-url https://download.pytorch.org/whl/cu128
|
||||
pip install vllm==0.18.0 flashinfer-python==0.6.6
|
||||
pip install transformers==5.12.0
|
||||
Reference in New Issue
Block a user