├── Dockerfile ├── README.md ├── commands.sh ├── openai_client.py └── warmup.py /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kemingy/vllm-env/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kemingy/vllm-env/HEAD/README.md -------------------------------------------------------------------------------- /commands.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kemingy/vllm-env/HEAD/commands.sh -------------------------------------------------------------------------------- /openai_client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kemingy/vllm-env/HEAD/openai_client.py -------------------------------------------------------------------------------- /warmup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kemingy/vllm-env/HEAD/warmup.py --------------------------------------------------------------------------------