Skip to main content
When you launch an inference server with vLLM on Hivenet, most users can rely on the default configuration. Advanced settings are available for those who need fine-grained control over performance, memory usage, or generation behavior. This page lists each advanced setting, what it does, and when you might want to adjust it.
These settings can impact performance and stability. Only change them if you’re familiar with how vLLM works or have specific workload requirements.

Memory management

Model loading and quantization

Context settings

Sampling controls

Optimization settings

Best practices

  • Stick with defaults unless you have a clear reason to change.
  • Increase context length carefully; it uses significantly more memory.
  • Use quantization to run larger models on smaller GPUs, but test accuracy.
  • Tune sampling parameters for your application (e.g., deterministic chatbots vs. creative writing).