Skip to content

Commit 92ffb36

Browse files
committed
update
1 parent 0880196 commit 92ffb36

File tree

1 file changed

+1
-1
lines changed
  • articles/ai-foundry/openai/how-to

1 file changed

+1
-1
lines changed

articles/ai-foundry/openai/how-to/batch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ When a job failure occurs, you'll find details about the failure in the `errors`
241241

242242
- UTF-8-BOM encoded `jsonl` files aren't supported. JSON lines files should be encoded using UTF-8. Use of Byte-Order-Mark (BOM) encoded files isn't officially supported by the JSON RFC spec, and Azure OpenAI will currently treat BOM encoded files as invalid. A UTF-8-BOM encoded file will currently return the generic error message: "Validation failed: A valid model deployment name couldn't be extracted from the input file. Please ensure that each row in the input file has a valid deployment name specified in the 'model' field, and that the deployment name is consistent across all rows."
243243

244-
- When using [your own storage for batch input data](./batch-blob-storage.md), once the batch job is submitted, if the input blob is modified, the scoring job will be failed by the service.
244+
- When using [your own storage for batch input data](./batch-blob-storage.md), once the batch job is submitted, if the input blob is modified the scoring job will be failed by the service.
245245

246246
## See also
247247

0 commit comments

Comments
 (0)