Skip to content

Commit 89795b2

Browse files
authored
Including .10 preview release to registry (#6585)
1 parent a49ee67 commit 89795b2

File tree

1 file changed

+70
-0
lines changed

1 file changed

+70
-0
lines changed

cli/azd/extensions/registry.json

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1767,6 +1767,76 @@
17671767
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-finetune_0.0.9-preview/azure-ai-finetune-windows-arm64.zip"
17681768
}
17691769
}
1770+
},
1771+
{
1772+
"capabilities": [
1773+
"custom-commands",
1774+
"metadata"
1775+
],
1776+
"version": "0.0.10-preview",
1777+
"usage": "azd ai finetuning \u003ccommand\u003e [options]",
1778+
"examples": [
1779+
{
1780+
"name": "init",
1781+
"description": "Initialize a new AI fine-tuning project.",
1782+
"usage": "azd ai finetuning init"
1783+
},
1784+
{
1785+
"name": "deploy",
1786+
"description": "Deploy AI fine-tuning job to Azure.",
1787+
"usage": "azd ai finetuning deploy"
1788+
}
1789+
],
1790+
"artifacts": {
1791+
"darwin/amd64": {
1792+
"checksum": {
1793+
"algorithm": "sha256",
1794+
"value": "10bc56cf745a0df21ab337db0a2aebd5a55c65458afa81ed664cd002f83a032b"
1795+
},
1796+
"entryPoint": "azure-ai-finetune-darwin-amd64",
1797+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-finetune_0.0.10-preview/azure-ai-finetune-darwin-amd64.zip"
1798+
},
1799+
"darwin/arm64": {
1800+
"checksum": {
1801+
"algorithm": "sha256",
1802+
"value": "06ba9167f7b1c03675e6e48912bb648b88051ea756e133eda01303e20f0e07ef"
1803+
},
1804+
"entryPoint": "azure-ai-finetune-darwin-arm64",
1805+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-finetune_0.0.10-preview/azure-ai-finetune-darwin-arm64.zip"
1806+
},
1807+
"linux/amd64": {
1808+
"checksum": {
1809+
"algorithm": "sha256",
1810+
"value": "3edbe0e557e4d7ea7f5eec86ce75e70d92c23c78118ec5bdfd54e73587e6ec57"
1811+
},
1812+
"entryPoint": "azure-ai-finetune-linux-amd64",
1813+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-finetune_0.0.10-preview/azure-ai-finetune-linux-amd64.tar.gz"
1814+
},
1815+
"linux/arm64": {
1816+
"checksum": {
1817+
"algorithm": "sha256",
1818+
"value": "da44f050daf9ad24249590ac03cd77439c326d8a62eac90a999fe6d891f2b115"
1819+
},
1820+
"entryPoint": "azure-ai-finetune-linux-arm64",
1821+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-finetune_0.0.10-preview/azure-ai-finetune-linux-arm64.tar.gz"
1822+
},
1823+
"windows/amd64": {
1824+
"checksum": {
1825+
"algorithm": "sha256",
1826+
"value": "549f38ab95351ce6f1087f697fb5e091554bbb91e91bcb6ef062c0fd7d35b038"
1827+
},
1828+
"entryPoint": "azure-ai-finetune-windows-amd64.exe",
1829+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-finetune_0.0.10-preview/azure-ai-finetune-windows-amd64.zip"
1830+
},
1831+
"windows/arm64": {
1832+
"checksum": {
1833+
"algorithm": "sha256",
1834+
"value": "8b66caed2ef381a682206385f475af1be7d73084500d089455d7408e2e442987"
1835+
},
1836+
"entryPoint": "azure-ai-finetune-windows-arm64.exe",
1837+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-finetune_0.0.10-preview/azure-ai-finetune-windows-arm64.zip"
1838+
}
1839+
}
17701840
}
17711841
]
17721842
}

0 commit comments

Comments
 (0)