Paul Boyd

Results 8 issues of Paul Boyd

I was getting some test failures under the race detector after calling `stream.Close`. The goroutine that processes events was writing to the channel that `Close` closed. It looks like the...

What appears to be happening is that a slow client of a push stream channel will eventually fall back far enough to receive data from another channel. I can reproduce...

Try Kneser–Ney smoothing. https://news.ycombinator.com/item?id=18165423

## Description This is a proposed spec for the catalog API. It is separate a separate spec from the existing model-registry.yaml. ## How Has This Been Tested? There are no...

size/XXL
do-not-merge/work-in-progress
Area/GitHub
Area/Go REST server

## Motivation and Context I get this error when building the docker image after running the server in docker compose: ``` ERROR: failed to solve: error from sender: open data/diagnostic.data:...

## Description Implements new GET /api/model_catalog/v1alpha1/sources/{source_id}/models/{model_name}/artifacts/performance endpoint that returns performance metrics artifacts, optionally filtered for Pareto-optimal configurations. Key changes: - Add getAllModelPerformanceArtifacts OpenAPI operation and handler - Support targetRPS and...

size/XXL
Area/Go REST server
Area/Model Catalog

## Description These are proposed changes to the API spec for the model catalog to support admin functions from the dashboard. Specifically, it adds: - A new endpoint to preview...

do-not-merge/work-in-progress
size/L
Area/Go REST server

## Description Add `nullable: true` to catalog model fields and make them required. This allows the API output for a model to more closely match the catalog file. ## How...

do-not-merge/work-in-progress
size/XL
Area/MR Python client
Area/Go REST server
Area/Model Catalog