A high-performance inference system for large language models, designed for production environments.
10K+
The image built with cuda 12.4 is for ScaleLLM: a high-performance inference system for LLMs.
Once you have Docker installed, you can run the Docker container using the following command:
docker run -it --gpus=all --net=host \
-v $HOME/.cache/huggingface/hub:/models \
-e HF_MODEL_ID=TheBloke/Llama-2-7B-chat-AWQ \
-e DEVICE=cuda:0 \
docker.io/vectorchai/scalellm:latest --logtostderr
This command starts the Docker container with GPU support and various configuration options.
After running the Docker container, two ports are exposed:
1: Port 8888 for gRPC Server:
The gRPC server is served on 0.0.0.0:8888 by default. You can use gRPC to interact with the service.
2: Port 9999 for HTTP Server:
The simple HTTP server for instrument will be served on 0.0.0.0:9999 by default. This server provides various endpoints for managing and monitoring the service:
Content type
Image
Digest
sha256:297493a75…
Size
2.2 GB
Last updated
over 1 year ago
docker pull vectorchai/scalellm