Skip to content

Commit

Permalink
fix: enhance dashboard with model serving
Browse files Browse the repository at this point in the history
Fixes containers#652

Signed-off-by: Jeff MAURY <jmaury@redhat.com>
  • Loading branch information
jeffmaury committed Mar 25, 2024
1 parent 0985ef4 commit a4b26f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/frontend/src/pages/dashboard.md
Expand Up @@ -10,6 +10,10 @@ AI Studio ships with a so-called Recipes Catalog that helps you navigate a numbe

AI Studio provides a curated list of open source AI models and LLMs. Once downloaded, the models are available to be used for AI applications, model services and playgrounds.

## Model serving

Once a model has been downloaded, users can start an inference server for the model. This allow to test the model using a playground environment or to connect applications as the inference server is exposing a well know chat API.

## Playgrounds

The integrated Playground environments allow for experimenting with available models in a local environment. An intuitive user prompt helps in exploring the capabilities and accuracy of various models and aids in finding the best model for the use case at hand.

0 comments on commit a4b26f7

Please sign in to comment.