use-apify.com
vLLM: guides & tutorials
vLLM serves open LLMs on GPU with PagedAttention for throughput—batch-score Apify JSON for categories, entities, or compliance flags at scale.
3 articles
View all tags
vLLM serves open LLMs on GPU with PagedAttention for high throughput, ideal for batch-scoring large scrape outputs. These guides cover using vLLM to classify, extract, or flag Apify JSON at scale.
When you have many records to process, vLLM's throughput beats one-off API calls on cost and speed. Apify datasets feed the batch. Below you will find tutorials for vLLM-based data processing.

Deploy Meta's LLaMA 3 as a high-throughput, OpenAI-compatible inference API on a dedicated GPU server — with quantization, load testing, and Prometheus monitoring included.
If you've run LLaMA 3 locally with Ollama or llama.cpp, you've hit the ceiling: single-user latency is fine, but concurrency crumbles past three or four simultaneous requests. vLLM solves that. It uses PagedAttention and continuous batching to serve dozens of concurrent requests on the same GPU that would otherwise stall at one.
This guide walks through deploying LLaMA 3 (8B and 70B) on a dedicated GPU server using vLLM — covering Docker setup, model quantization, the OpenAI-compatible API, load testing with Locust, and Prometheus monitoring. All steps are tested on an NVIDIA A100 80 GB, which you can rent from Liquid Web.