Skip to content

Instantly share code, notes, and snippets.

View brifordwylie's full-sized avatar
:octocat:

Brian Wylie brifordwylie

:octocat:
View GitHub Profile
@brifordwylie
brifordwylie / getting_model_from_endpoint.md
Created June 3, 2022 16:18
Grabbing a 'model' from an existing endpoint

Grabbing a 'model' from an existing endpoint

Should be easy, but....

Context

I'm trying to create a simple inference pipeline (see Inference Pipeline Example. )

In my case I have two ^existing^ endpoints and I'm trying to 'get' the model from those endpoints for the pipeline creation.