ZHOU Jie

Results 133 comments of ZHOU Jie

Hey @DanieleNeo , please try my self-compiled OpenCvSharp4 runtime as following, it's a mini runtime, only provided core, imgcodec, imgproc modules, I tested in my orangepi4-lts, it's an ARM64 RK3399...

@tboby it's a great `dockerfile`, can you also write a Windows version of `dockerfile`? Here is 3 docker I created for your startup, if you interested * sdflysha/msvc2017:core * sdflysha/msvc2019:core...

@tboby I follow your code style, wrote the latest version of opencvsharp 4.8 and confirmed it works in all combination of Debian11/Ubuntu22 x64/ARM64: ```dockerfile FROM mcr.microsoft.com/dotnet/aspnet:7.0 as builder ENV DEBIAN_FRONTEND=noninteractive...

Hey all, please try my self-compiled OpenCvSharp4 runtime, it's a mini runtime, only provided core, imgcodec, imgproc modules. | Id | Version | Size | OS | Arch | |...

Hey @cwf689, You can try my self compiled ubuntu22.04 mini version as following, I only compiled core, imgproc, imgcodec: | Id | Version | Size | OS | Arch |...

@maaft you're right, I created a build instructions (not source code, but like docs) here: https://github.com/sdcb/opencvsharp-mini-runtime/tree/main

I just found the causing reason, it will assign `responseRole` multiple times, first time it assignted to `assistance`, by next token response, it will reassigned to `user` although it's not...

> > by next token response, it will reassigned to user although it's not response in API stream. > > Does this mean that the default value of delta.Role is...

> 你这个使用的是git bash么? 我编译时一般使用的是cmd或者powershell,没用git bash。 然而我也用git bash试过,结果一样,所有的东西都没有下载。