Switch language한국어
Back to the list

How NetEase Games cut LLM cold starts from 42 minutes to 30 seconds

TL;DR AI

Key summary

2 min read
  1. NetEase Games found that model loading, not GPU scheduling, was the real bottleneck for serverless LLM inference.

  2. By replacing direct cross-region storage access with a cache layer and Fluid prefetching on Kubernetes, it cut model load time from 42 minutes to 30 seconds.

  3. The improvement made autoscaling and multi-tenant model serving much more practical for GPU infrastructure.

  4. The case shows that elastic AI systems need fast, manageable model data access as much as compute availability.

Read the original