Deniss Abramovs

Results 68 comments of Deniss Abramovs

Yeah... i'm also searching how to make it. All examples in langchain docs show how to perform short term use, but none for long term use cases.

Same here, not working and throwing error: ``` Error: Unexpected end of form at Multipart._final (/var/local/acp/dashboards/node_modules/busboy/lib/types/multipart.js:588:17) at callFinal (node:internal/streams/writable:698:12) at prefinish (node:internal/streams/writable:710:7) at finishMaybe (node:internal/streams/writable:720:5) at Multipart.Writable.end (node:internal/streams/writable:634:5) at onend...

Same here, not working and throwing error: ``` Error: Unexpected end of form at Multipart._final (/var/local/acp/dashboards/node_modules/busboy/lib/types/multipart.js:588:17) at callFinal (node:internal/streams/writable:698:12) at prefinish (node:internal/streams/writable:710:7) at finishMaybe (node:internal/streams/writable:720:5) at Multipart.Writable.end (node:internal/streams/writable:634:5) at onend...

Still not fixed? 3 years have passed...

Nope, why would i? I just installed certbot myself, issued certs through it and configured crontab. Problem solved on my end. It took me an hour, but it seems you...

``` (base) beck@beck:/$ sudo ctr run --rm -t \ --runc-binary=/usr/bin/nvidia-container-runtime \ --env NVIDIA_VISIBLE_DEVICES=all \ docker.io/nvidia/cuda:11.0.3-base-ubuntu20.04 \ cuda-11.0.3-base-ubuntu20.04 nvidia-smi Wed Nov 2 16:50:04 2022 +-----------------------------------------------------------------------------+ | NVIDIA-SMI 515.65.01 Driver Version: 515.65.01...

When i launch nvidia/cuda image via containerd cli, it is correctly detects and outputs my Nvidia GeForce video card, but for some reason, it doesn't see inside pods when deployed...

I was checking `/etc/containerd/config.toml` , it is changing it contantly back and forth. containerd is always gets restarted by itself, because it fails to cleanup sandboxes and dead shims.

``` (base) beck@beck:/$ kubectl get pods -n gpu-operator NAME READY STATUS RESTARTS AGE gpu-feature-discovery-w7vk6 1/1 Running 0 6m23s gpu-operator-59b9d49c6f-7282l 1/1 Running 0 6m41s nvidia-container-toolkit-daemonset-9rvz8 1/1 Running 7 (67s ago) 5m56s...