There was an error while loading. Please reload this page.
1 parent a26bc2f commit 36a25afCopy full SHA for 36a25af
3 files changed
cli/azd/extensions/azure.ai.finetune/CHANGELOG.md
@@ -1,6 +1,12 @@
1
# Release History
2
3
4
+## 0.0.17-preview (2026-02-20)
5
+
6
+- Add multi-grader support for reinforcement fine-tuning
7
+- Update azd command descriptions
8
+- Bug fixes
9
10
## 0.0.16-preview (2026-02-03)
11
12
- Simplified init flow: reduced prompts from 4 to 2 for faster setup
cli/azd/extensions/azure.ai.finetune/extension.yaml
@@ -3,7 +3,7 @@ namespace: ai.finetuning
displayName: Foundry Fine Tuning (Preview)
description: Extension for Foundry Fine Tuning. (Preview)
usage: azd ai finetuning <command> [options]
-version: 0.0.16-preview
+version: 0.0.17-preview
language: go
capabilities:
- custom-commands
cli/azd/extensions/azure.ai.finetune/version.txt
@@ -1 +1 @@
-0.0.16-preview
+0.0.17-preview
0 commit comments