RepoSnowflake (Arctic)Snowflake (Arctic)published Dec 3, 2024seen 5d

Snowflake-Labs/sfguide-many-model-inference-in-snowflake

Jupyter Notebook

Open original ↗

Captured source

source ↗

Snowflake-Labs/sfguide-many-model-inference-in-snowflake

Description: Run inference using stateful partitioned custom models in Snowflake

Language: Jupyter Notebook

License: Apache-2.0

Stars: 2

Forks: 0

Open issues: 0

Created: 2024-12-03T21:08:53Z

Pushed: 2026-03-16T18:03:55Z

Default branch: main

Fork: no

Archived: no

README:

Many Model Inference in Snowflake

Overview

In this quickstart, you will use the Snowflake Model Registry to implement partitioned inference using custom models. When using the model, the registry partitions the dataset, fits and predicts the partitions in parallel using all the nodes and cores in your warehouse, and combines the results into a single dataset afterward. This differs from the Getting Started with Partitioned Models in Snowflake Model Registry quickstart by implementing a "stateful" model that runs training independently of inference. This allows you to pretrain a list of models, then log them as a single model in Snowflake which loads fitted models during inference.

Step-By-Step Guide

For prerequisites, environment setup, step-by-step guide and instructions, please refer to the QuickStart Guide.

Notability

notability 2.0/10

Routine repo, very low stars.