Small edits (#973)

This commit is contained in:
pollfly 2024-11-27 16:03:05 +02:00 committed by GitHub
parent 59781c9cf1
commit 83fe2841d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 18 additions and 10 deletions

View File

@ -12,9 +12,11 @@ cases. The Embedding Model Deployment application serves your model on a machine
running, it serves your embedding model through a secure, publicly accessible network endpoint. The app monitors running, it serves your embedding model through a secure, publicly accessible network endpoint. The app monitors
endpoint activity and shuts down if the model remains inactive for a specified maximum idle time. endpoint activity and shuts down if the model remains inactive for a specified maximum idle time.
:::info Task Traffic Router :::info AI Application Gateway
The Embedding Model Deployment app relies on the ClearML Traffic Router which implements a secure, authenticated network The Embedding Model Deployment app makes use of the ClearML Traffic Router which implements a secure, authenticated
channel to the model network endpoint for the model.
If the ClearML AI application Gateway is not available, the model endpoint might not be accessible.
::: :::
After starting an Embedding Model Deployment instance, you can view the following information in its dashboard: After starting an Embedding Model Deployment instance, you can view the following information in its dashboard:

View File

@ -15,9 +15,11 @@ The Gradio launcher monitors the Gradio app activity and shuts down if it is ina
<a id="traffic_router"/> <a id="traffic_router"/>
:::important Task Traffic Router :::important AI Application Gateway
The Gradio Launcher relies on the ClearML Traffic Router which facilitates user authentication, and redirects requests The Gradio Launcher relies on the ClearML Traffic Router which implements user authentication, and redirects requests
to the IP/port served by the Gradio app. to the IP/port served by the Gradio app.
If the ClearML AI application Gateway is not available, the Gradio app might not be accessible.
::: :::
Once you start a Gradio launcher instance, you can view the following information in its dashboard: Once you start a Gradio launcher instance, you can view the following information in its dashboard:

View File

@ -12,9 +12,11 @@ usage. The Model Deployment application serves your model on a machine of your c
it serves your model through a secure, publicly accessible network endpoint. The app monitors endpoint activity and it serves your model through a secure, publicly accessible network endpoint. The app monitors endpoint activity and
shuts down if the model remains inactive for a specified maximum idle time. shuts down if the model remains inactive for a specified maximum idle time.
:::info Task Traffic Router :::info AI Application Gateway
The Model Deployment app relies on the ClearML Traffic Router which implements a secure, authenticated network channel The Model Deployment app makes use of the ClearML Traffic Router which implements a secure, authenticated
to the model network endpoint for the model.
If the ClearML AI application Gateway is not available, the model endpoint might not be accessible.
::: :::
Once you start a Model Deployment instance, you can view the following information in its dashboard: Once you start a Model Deployment instance, you can view the following information in its dashboard:

View File

@ -16,9 +16,11 @@ time.
<a id="traffic_router"/> <a id="traffic_router"/>
:::important Task Traffic Router :::important AI Application Gateway
The Streamlit Launcher relies on the ClearML Traffic Router which facilitates user authentication, and redirects requests The Streamlit Launcher relies on the ClearML Traffic Router which implements user authentication, and redirects requests
to the IP/port served by the Streamlit app. to the IP/port served by the Streamlit app.
If the ClearML AI application Gateway is not available, the Streamlit app might not be accessible.
::: :::
Once you start a Streamlit launcher instance, you can view the following information in its dashboard: Once you start a Streamlit launcher instance, you can view the following information in its dashboard: