Managing Model Catalog
A model catalog is a collection of configuration parameters related to models, inference engines, and endpoints. You can quickly create endpoints by selecting a model catalog, enabling templated endpoint deployment.
Get Model Catalog
Section titled “Get Model Catalog”Verified model catalogs are published to the online model store. You can obtain the latest model catalog YAML files from the model store.
-
Visit the Model Store to view all available model catalogs. You can filter model catalogs by task type.
-
Select the desired model catalogs and click Generate YAML.
-
The Generated YAML Configuration window will display the YAML configuration file for the selected model catalogs. Click Copy to copy the complete YAML content.
Match Model Names
Section titled “Match Model Names”When using model catalogs, ensure that models with the same configuration and matching names exist in the Neutree model registry.
Confirm that the model name configured in the model catalog matches the model name in the Hugging Face model registry.
-
Check the model name in the Hugging Face model registry.
Taking
https://huggingface.co/as an example, you can view the model name through the model card. The model name format is$ORG/$MODEL. For example, the model name forhttps://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5Bisdeepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B. -
Check the model name in the model catalog. View the
.spec.model.namefield in the YAML file or check the model name displayed in the Neutree management interface. -
Confirm that the model name in the model catalog matches the model name in the Hugging Face model registry.
If they don’t match, update the
.spec.model.namefield in the model catalog’s YAML file.
Confirm that the model name configured in the model catalog matches the model name set when pushing the model.
-
If you already have a model catalog and want to push the corresponding model to the model registry, set the
<model_name>field to match the model name in the model catalog when pushing the model. -
If the model registry already has a model corresponding to the model catalog but the names don’t match, update the
.spec.model.namefield in the model catalog’s YAML file.
Import Model Catalog
Section titled “Import Model Catalog”Log in to the Neutree management interface, click Import YAML, and select the appropriate import method to import the model catalog YAML file. For details, refer to the Import YAML section.
View Model Catalog
Section titled “View Model Catalog”Log in to the Neutree management interface, click Model Catalog in the left sidebar, and the model catalog list on the right will display all currently imported model catalogs. Click on a catalog name to view details.
Edit Model Catalog
Section titled “Edit Model Catalog”To adjust the content of an imported model catalog, modify the model catalog’s YAML file locally using a text editor, then re-import the modified YAML file into Neutree.
Delete Model Catalog
Section titled “Delete Model Catalog”-
Log in to the Neutree management interface, click the menu icon on the model catalog list or details page, and select Delete.
-
In the pop-up dialog, confirm and click Delete. The model catalog will be permanently deleted.