Hello,
It's a little unclear from the docs, but is foundry model list meant to list models available from the Foundry model catalog? I freshly installed today via winget, and here's how my session with the CLI went.
PS > foundry service list
🟢 Service is Started on http://127.0.0.1:59092/, PID 47804!
No models are currently loaded in the service
PS > curl http://127.0.0.1:59092/
PS > curl http://127.0.0.1:59092/v1/models
{"data":[],"IsDelta":false,"Successful":true,"HttpStatusCode":0,"object":"list"}
PS > foundry model list
🕑 Downloading complete!...
Successfully downloaded and registered the following EPs: QNNExecutionProvider.
Valid EPs: CPUExecutionProvider, QNNExecutionProvider
[13:51:41 WRNException: No models were returned from the Azure Foundry catalog.
] Failed: Fetching model list from Foundry Catalog
PS > foundry model run phi-3-mini-4k
[13:59:12 ERR] Failed to process model #0 on page 1.
[13:59:12 ERR] Failed to process model #0 on page 1.
[13:59:12 ERR] Failed to process model #0 on page 1.
[13:59:12 ERR] Failed to process model #0 on page 1.
[13:59:12 WRN] Failed: Fetching model list from Foundry Catalog
Exception: No models were returned from the Azure Foundry catalog.
Install Command:
> winget install Microsoft.FoundryLocal
Found Foundry Local [Microsoft.FoundryLocal] Version 0.8.119.102
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
This package requires the following dependencies:
- Packages
Microsoft.VCLibs.Desktop.14 [>= 14.0.33728.0]
Successfully verified installer hash
Starting package install...
██████████████████████████████ 100%
Successfully installed
Hello,
It's a little unclear from the docs, but is
foundry model listmeant to list models available from the Foundry model catalog? I freshly installed today via winget, and here's how my session with the CLI went.Install Command: