triangle
triangle
### Environment - VerneMQ Version: 1.7.1 - OS: CentOS 7 - Erlang/OTP version (if building from source): n/a - Cluster size/standalone: cluster size 1 ### Expected behavior The metrics of...
**What happened**: Let say I have one GPU and two vm(vm1 and vm2) both request one GPU: * vm1 started normally * vm2 start failed because insufficient of GPU When...
**Is your feature request related to a problem? Please describe**: I need reserve ip of vm to prevent it assigned by other pods during this vm was stopped(virt-launcher pod was...
**LocalAI version:** image tag : v2.10.1-cublas-cuda12-core **Environment, CPU architecture, OS, and Version:** uname : `Linux worker002 6.2.0-26-generic #26~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Jul 13 16:27:29 UTC 2 x86_64 x86_64 x86_64 GNU/Linux`...
Hi, recently I'm working on deploy comfyui on kubernetes. I need mount a PVC to comfyui pod for storing persistent data like models, but seems comfyui doesn't support specify a...
Hi team, I have a GPU as below(`lspci`) : ``` 86:00.0 VGA compatible controller: NVIDIA Corporation TU104 [GeForce RTX 2060] (rev a1) 86:00.1 Audio device: NVIDIA Corporation TU104 HD Audio...
Install LocalAI inside kubernetes by using helm charts, local-ai service exposed to cluster with FQDN `local-ai.default.svc.cluster.local:80` , so I construct a yaml to deploy LocalAI-fronted as follow : ```yaml #...
### 🥰 需求描述 从官方文档上我找到了 docker/docker compose 部署文档,但是我没有发现 "持久化“ 相关配置。 在 kubernetes 上部署时我需要将 lobe-chat 的持久化数据存储到 pvc 上,我想要知道目前 lobe-chat 以容器方式运行时,数据存储在哪个路径? ### 🧐 解决方案 开放出一个环境变量,指定 lobe-chat 的持久化数据路径。 ### 📝 补充信息 _No response_
**Is your feature request related to a problem? Please describe**: I worte a device plugin for passthrough Intel IGD to guest by using vfio-pci, the `PCI_RESOURCE_` environment variable and ``...
**Is your feature request related to a problem? Please describe**: Currently, the implementation of `virtctl usbredir` may like the pic below(correct me if I'm wrong) :  Problems it may...