k
k
## Title Solving the return value format issue during multiple function calls with the LLaMA 3 model. ## Type 🐛 Bug Fix ## Changes ## [REQUIRED] Testing - Attach a...
### Problem Why does cargo need to download git dependencies completely? ``` (base) [root@x86 ~]# cargo check Updating git repository `https://code.com/base/cbb-rs.git` remote: Enumerating objects: 935, done. remote: Counting objects: 100%...
### Description Test based on the latest containerd 2.0 code: After the shim process is killed, the container process does not exit. ### Steps to reproduce the issue 1. Creating...
If runtime_path is configured in `plugins.io.containerd.grpc.v1.cri".containerd.runtimes.xxx`, the configuration takes effect in the `ShimManager.startShim` method. This is because the `local.Create` method assigns runtime_path to opts.Runtime. https://github.com/containerd/containerd/blob/300fd770a019f09d65622b006a234a995870c0d3/plugins/services/tasks/local.go#L215-L217 https://github.com/containerd/containerd/blob/300fd770a019f09d65622b006a234a995870c0d3/core/runtime/v2/shim_manager.go#L247-L250 However, the configuration takes...
I have a question. In the shimv2 scenario, if a shim process is used to manage all containers, even if the shim process takes over the original container through ebpf...
I'm not sure if the issue is with my usage, and I look forward to your help. Here is my reproduction code. main.rs ``` use std::sync::Arc; use std::time::Duration; use tokio::io::unix::AsyncFd;...