kundeng

Results 47 comments of kundeng

It runs the model on the host, which can take advantage of GPU, but to other containers, it presents itself as restful services?

sh-5.1# pvdisplay --- Physical volume --- PV Name /dev/sdb VG Name lvmvg PV Size 200.00 GiB / not usable 4.00 MiB Allocatable yes PE Size 4.00 MiB Total PE 51199...

The issue is we need: oc adm policy add-scc-to-user hostmount-anyuid -z openebs-lvm-node-sa -n openebs or ``` apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: name: openebs-lvm-node-sa-binding subjects: - kind: ServiceAccount name: openebs-lvm-node-sa namespace:...

> From the log snippet it appears provision request hasn't even come to lvm provisioner. Could you share the storage class definition please? See the solution I provided. helm chart...

The docling code is here: ``` #!/usr/bin/env python3 """ Docling + External VLM (Nexa / Qwen3-VL / LM Studio / vLLM) ------------------------------------------------------------ CLI wrapper to let Docling use any OpenAI-compatible...

I want to give you the summary of what the behavior is like now when using docker compose. Given: ``` % cat foo.env FOO=foo BAR=${FOO}_bar % cat bar.env BAZ=${FOO}_baz ```...

now if you want to confuse yourself even further, try this: ``` FOO=A BAR=B docker compose --env-file foo.env --env-file bar.env up WARN[0000] Found orphan containers ([temp-test-1]) for this project. If...