corticalstack

Results 47 comments of corticalstack

@SturgeonMi an easy way to replicate a test environment to get this error is to setup a devcontainer within vscode. If you could try follow the dotnet installation instructions for...

Looking forward to the merge for OpenAI support

Yep, if you try to run DPOTrainer when passing the ref model, you get the runtime error below, to fix you can just comment out ref_model in DPOTrainer (and cleanup...

Was this resolved, have issues passign an SDK v1 data asset (mltable) to an SDK v2 training job where the input data is specified as follows: ``` my_job_inputs = {...

According to the promptflow troubleshooting guide [here](https://learn.microsoft.com/en-us/azure/machine-learning/prompt-flow/tools-reference/troubleshoot-guidance?view=azureml-api-2#identify-which-node-consumes-the-most-time): "_..the behavior is expected because your prompt might generate a long response that takes longer than the interactive mode's upper threshold. In this...

+1 For enterprise, instead of one monolithic, API-based LLM like GPT4, their strategy may be a collection of SLMs dedicated/fine-tuned to specific tasks. THis is why they will want to...