Vesnica
Vesnica
I'm following the getting started guide, and trying to bind a macvtap to guest, which always give me this: ``` 2020-05-28T14:03:41.904918179 [anonymous-instance:ERROR:src/api_server/src/parsed_request.rs:90] Received Error. Status code: 400 Bad Request. Message:...
# Feature Request I'm trying to bind a XDP program to eth0 in firecracker vm. like this: `ip -force link set dev eth0 xdpdrv obj bpf_xdp.o sec from-netdev` But it...
Currently, prover have a hard link to guest's elf files, which is inconvenient for deployment. This PR makes it possible that prover can embedded the guest's elf content and running...
Hi, I want to disable the denoiser for raytracer renderer(since Optix is not supported in WSL2), but 'denoise' parameter is not exist. `gs.renderers.RayTracer`'s input parameter set is inconsistent with the...