MYQ

Results 8 issues of MYQ

how to drawstring font in chinese,thanks

### Prerequisites * [ ] Which version are you using? (Is it latest?) latest v6.0.9 ### Description ### Steps to Reproduce the issue I need to build the code 1....

`var args = new GetObjectArgs() .WithBucket(bucketName) .WithObject(objectName) .WithFile(fileName) .WithCallbackStream(stream => {});` If I add WithFile method, the callback WithCallbackStream is not invoked. I saw the source code,there is a property...

i use branch Direct-ML-EP,here is my stacktrace: Microsoft.ML.OnnxRuntime.OnnxRuntimeException HResult=0x80131500 Message=[ErrorCode:Fail] Deserialize tensor up_blocks.1.attentions.1.transformer_blocks.0.norm1.weight failed.GetFileLength for StableDiffusion\bin\x64\Debug\net6.0\unet\weights.pb failed:open file weights.pb fail, errcode = 2 - ϵͳ�Ҳ���ָ�����ļ��� Source=Microsoft.ML.OnnxRuntime StackTrace: at Microsoft.ML.OnnxRuntime.NativeApiStatus.VerifySuccess(IntPtr nativeStatus)...

# What does this PR do? change command bash to llamafactory-cli webui,otherwise,user has to execute this command manually after the container starts

pending

In my post http request,the json data is null,bad request 400,If I add code ` app.Use(async (context, next) => { if (context.Request.Body.CanSeek) { context.Request.Body.Position = 0; } await next(); });`...

investigating

I have a WPF application with backend='uia'. After running for a while, its performance significantly slows down, and the only way to fix it is by restarting the computer.How to...