dprokhorov17

Results 9 comments of dprokhorov17

I've got the same issue when using the latest LLAMA-3.1 70B Instruct model

@sherlock-tez I can confirm this... I've also tried the azure ml endpoint

This also doesn't work with Kernel Builder: ```csharp var kernel = Kernel .CreateBuilder() .AddOpenAIChatCompletion(modelId: "Qwen/Qwen2.5-VL-32B-Instruct", apiKey: "EMPTY", httpClient: qwenLocalHttpClient) .Build(); var semanticFunction = kernel.CreateFunctionFromPrompt(prompt); var executionSettings = new VllmCustomExecutionSettings {...

Any news on this?

@Ar57m Ok, but how does this is related to the Molmo-72B model?