Óscar Martín

Results 3 issues of Óscar Martín

We are using weave v2.6.0 as the CNI in our Kuberentes environment for some months in a cluster with more than 30 VMs. From time to time (approx once per...

`container_restarts` does not increment with `containerd`. The same test executed in a cluster with `docker` works fine. After looking at the code, I see there is no call to [start()](https://github.com/draganm/missing-container-metrics/blob/master/containerd/event_handler.go#L51-L56)...

Following the docs about [Using LoRA Adapters](https://docs.vllm.ai/en/latest/models/lora.html), I am finding an assert problem. My code: ```python from huggingface_hub import snapshot_download from vllm import LLM, SamplingParams from vllm.lora.request import LoRARequest lora_path...