Skip to content

Commit 6218709

Browse files
committed
remove azure blob requirement
1 parent abee012 commit 6218709

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

articles/ai-foundry/foundry-local/reference/reference-catalog-api.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,12 @@ author: maanavd
1616
Foundry Local allows you to develop and integrate your own catalog service. This document provides guidance on:
1717

1818
- The model format required for the catalog API.
19-
- The model storage requirements.
2019
- The request and response format required for your catalog API to integrate with Foundry Local.
2120

2221
## Model format
2322

2423
The model files hosted in your model catalog are required to be in the [Open Neural Network Exchange (ONNX)](https://onnx.ai/) format to work with Foundry Local. For more information on how to compile Hugging Face and PyTorch models to ONNX, see the [Compile Hugging Face models to run on Foundry Local](../how-to/how-to-compile-hugging-face-models.md) article.
2524

26-
## Model Storage
27-
28-
The model files should be stored on [Azure Blob Storage](/azure/storage/blobs/storage-blobs-introduction). The model catalog service should be able to access the model files stored in Azure Blob Storage.
29-
3025
## API format
3126

3227
### Request
@@ -226,7 +221,3 @@ The response from the catalog API is a JSON object that contains the search resu
226221
}
227222
}
228223
```
229-
230-
> [!NOTE]
231-
> The `assetID` should be the Azure Blob storage URL of the folder containing the model. For example, `https://{ACCOUNT_NAME}.blob.core.windows.net/{CONTAINER_NAME}/{MODEL_PATH}`.
232-

0 commit comments

Comments
 (0)