כתבה
MarkTechPost ·
Perplexity חושפת את ערימת ה-embedding הגרפית
Perplexity Details Its GPU Embedding Stack: How Ivy, Tulip and ROSE Serve pplx-embed
Perplexity חושפת את המבנה הפנימי של ערימת ה-embedding הגרפית שלה, הכוללת את Ivy, Tulip ו-ROSE. החברה משתמשת ב-CUDA ו-Rust כדי לשפר ביצועים. המערכת מיועדת לשרת את pplx-embed ואת מודלי הדירוג.
תקציר מקורי באנגליתRetrieval quality in an AI search product is bounded by two things: how good the embedding model is, and how cheaply you can run it across an index. This week, Perplexity Engineering team published Fast Embeddings on GPUs , an under-the-hood account of the second — the serving infrastructure behind pplx-embed and the ranking models used across Perplexity Search, Computer and the API Platform. Perplexity team states that embedding inference on the GPU side has largely converged across engines on mature Hopper and Blackwell hardware. The wins sit in the runtime and harness around the model: CUDA graph management, an async result-tracking abstraction, and a Rust request path. Two traffic patterns, one engine Perplexity frames embedding serving as two workloads. Batch embedding happens when bu
קרא במקור המקורי
marktechpost.com
פתח כתבה מקורית