back
▲ 14 points

Show HN: PostgresML integrates Hugging Face to bring SOTA models into the db

postgresml.org
by levkk·4y ago·3 comments·view on hn ↗
Hello folks,

It's been a few weeks, so we thought it might be time for another update and this one is very exciting indeed.

We've added automatic integration with Hugging Face transformers! By running just a single SQL command, anyone is now able to deploy any of the state-of-the-art models into their Postgres DB for real time inference & tuning.

The list of models is long, but here it is anyway: translation, sentiment analysis, summarization, question answering and text generation.

Let us know what you think!

Montana & Lev

3 comments
I’m a bit out of the ML loop, but I had no idea hugging face has made it so easy to get access to all these models. Really interesting that this is available in Postgres now!

Does this work with GPUs?

Yep, they will use the specialized hardware by default if CUDA/cuBLAS has been installed on the system.
Yup!