高策

20x Speedup: Postgres Vector Similarity Plugin Implemented in Rust

Original link: http://gaocegege.com/Blog/pgvectors We’ve open-sourced pgvecto.rs , a Postgres vector similarity search plugin written in Rust. Its HNSW algorithm is 20 times faster than pgvector at 90% recall. But speed is only the beginning – pgvecto.rs’ extensible architecture is designed to support new algorithms such as DiskANN. We also hope that with the help of …

20x Speedup: Postgres Vector Similarity Plugin Implemented in Rust Read More »

Serverless reasoning service ModelZ enters Beta public testing

Original link: http://gaocegege.com/Blog/modelz-beta We are pleased to announce that ModelZ , a serverless GPU inference platform, has entered Beta. Users do not need to care about the underlying infrastructure to obtain high-performance and low-cost GPU inference services. characteristic ModelZ is a hosted service that provides users with a simple API and easy-to-use UI to deploy …

Serverless reasoning service ModelZ enters Beta public testing Read More »

How to perform performance tuning for deep learning training?

Original link: http://gaocegege.com/Blog/kubernetes/metrics-survey TL; DR In order to better support the collection of training metrics and the performance profiling of tasks, we designed a small-scale survey of machine learning development observability. envd Support profiler that is more in line with the needs of algorithm engineers Function. Welcome to participate! Deep learning training is rare and …

How to perform performance tuning for deep learning training? Read More »

TensorChord Tea Hour Technology Sharing: Buildkit Internals

Original link: http://gaocegege.com/Blog/kubernetes/tensorchord-tea-hour-1 Buildkit is the backbone behind docker build , when we are using When docker builds an image, the credit behind it is buildkit. So everyone is probably a user of Buildkit, although most of its brilliance has been hidden by docker. tensorchord/envd It is also implemented based on buildkit, for algorithm engineers …

TensorChord Tea Hour Technology Sharing: Buildkit Internals Read More »