Chuyển tới nội dung chính

The Model List screen allows system administrators to view, filter, and manage all model in the system. Users can create new model, view model details, and deploy model.

Access Model List

From the System Admin Control Panel, click Model in the main navigation. Then, in the left-side navigation, select Model List.

The screen supports two view modes (Grid View and Table View), allowing users to view and manage data in different ways.

Grid View

Search Model

Users can quickly search for Model by name:

For more detailed search options, click “More” next to the search bar to open the advanced search panel:

  • **Name: **Filter by Model name
  • Library: Dropdown to select a specific library or all libraries.
  • Task: Dropdown to select a specific task or all tasks.
  • Model size: Use the slider to filter models by model size. (e.g., <1B, 6B).

The system automatically updates the model list in real time as users select criteria or enter values.

Below the advanced filter section, these quick filters allow users to quickly filter models by size, capability, and visibility:

View Model List

On this page, users can view multiple cards, each representing a model in the system.

Each card displays the following information:

  • Model name: Name of the model
  • Status: Status of model (e.g., Ready, Not ready, Failed)
  • Visibility: Displays whether the model is Public or Private.
  • Library: Indicates the library used by the model.
  • Task: Provides information to help users identify the function or purpose of the model.
  • **Updated At: **Shows the last time the model was updated.
  • **Card Tags: **Displays the list of tags associated with the model.

Action Menu

Clone Script

  • Only displayed when the status of model is “Ready”.
  • When clicked, the system clones the Git repository containing the model’s scripts and source files, allowing run or deploy the model based on the cloned code.

Details

  • Only displayed when the status of model is “Ready”.
  • When clicked, the system navigates to the Details screen.

Deploy

  • Only displayed when the status of model is “Ready”.
  • When clicked, the system navigates to the Deploy Model screen.

Failed Details

  • Only displayed when the status of model is “Failed”.
  • When clicked, a popup is displayed showing the reason why the model import failed.

Table View

Search Model

Users can quickly search for Model by name:

For more detailed search options, click “More” next to the search bar to open the advanced search panel:

  • **Name: **Filter by Model name
  • Framework: Dropdown to select a framework or all frameworks.
  • Task: Dropdown to select a specific task or all tasks.

The system automatically updates the model list in real time as users select criteria or enter values.

View Model List

The tabs allow users to filter models by visibility.

  • All: Displays all models in the system.
  • Public: Displays only public models.
  • Private: Displays only private models.

User can view Model List with the following information:

  • Model name: Name of the model
  • Tag: Displays the list of tags associated with the model.
  • Framework: Displays the framework information of the model.
  • Task: Provides information to help users identify the function or purpose of the model.
  • Status: Status of model (e.g., Ready, Not ready, Failed)
  • Visibility: Displays whether the model is Public or Private.
  • **Last Modified: **Shows the last time the model was updated.

Action Menu

Deploy

  • Only displayed when the status of model is “Ready”.
  • When clicked, the system navigates to the Deploy Model screen.

Edit

  • When clicked, the user is navigated to the Model Details screen.

Clone Script

  • Only displayed when the status of model is “Ready”.
  • When clicked, the script is copied to the clipboard.

View Failed Details

  • Only displayed when the status of model is “Failed”.
  • When clicked, a popup is displayed showing the reason why the model import failed.