Denghao Li
Denghao Li
there is one more implementation takes a plain modulus as input, not a big issue.
but it seems that we don't have wrappers for Alibaba's BGV implementation. the wrapper falls behind SEAL so much.
we use vineyard as a memory data file system, previously we tends to have lots of pd.DataFrame in a single jupyter notebook but with the project developing, we have many...
> Hi @lidh15, > > Thanks for the detail information. Base the the scenario above, I'm wondering if prometheus works for you? Or your software stack already has the ELK...
呃呃diffusion一张图是要采样几百次的吧,要是能做一个一次采样就渲染出来的可以直接当教授了
btw, I want to hown are you gonna keep --grepable or --quiet? I googled and most of them said -q but the latest docker image said it accepted -g instead.
what if I have an authorization for my registry? I wrote things into my `/etc/rancher/k3s/registries.yaml` like: ``` mirrors: myregistry: endpoint: - "http://myregistry" configs: "myregistry": auth: username: myusr password: mypasswd ```...
> what if I have an authorization for my registry? > I wrote things into my `/etc/rancher/k3s/registries.yaml` like: > ``` > mirrors: > myregistry: > endpoint: > - "http://myregistry" >...
> If you're using your own container runtime, you need to configure registry mirrors manually. k3s's registries.yaml is only used to configure the embedded containerd. would you please offer more...
we don't have `crictl login`, right? does that mean it is impossible to do `kubectl create` without locally present images and I have to `crictl pull --creds` first?