Murilo Curti

Results 11 comments of Murilo Curti

Changing the output PathPattern to {**path} solved for me. The following route works: ``` "entities": { "ClusterId": "entities", "Match": { "Path": "/entities/{**path}" }, "Transforms": [ { "PathPattern": "/{**path}" } ]...

@zhenwei-intel package version 1.2.3.dev163 on Windows

> @murilocurti The latest Neural Speed already supports PHI2, and you can try it now I will try and return here. Thanks!

@luisquintanilla I have not found your contact. Could you help me with one problema consuming a GPT2 ONNX model using ML.Net Transform?

Hi @luisquintanilla !!!! That's exactly my post, I'm lookin your sample right now and I think it will helps a lot!! I will try and return to you with the...

@luisquintanilla !!! It almost workd :) I've followed your sample and I'm getting error when the predition is evaluated: predictions.First() See it below: > System.InvalidOperationException > HResult=0x80131509 > Message=Splitter/consolidator worker...

@luisquintanilla It worked! I'm running with a lot work since the weekend, and I will return to you as soon as I have a good time. Thank you soooo much!

Hi @luisquintanilla finally I got time again here. How I said, it worked. Was possible to load the model and the response, but I can't understand why the response is,...

Looks like the problem is related to the tokenizer and merges file. I've re-downloaded the files and the content is ok. Even though I tested you example at https://devblogs.microsoft.com/dotnet/announcing-ml-net-2-0/ ```...