qiaozp
qiaozp
This restriction has been removed.
I'm not sure the version. But it is removed. Check the release note please.
For anyone seeing this, here's a code snippet that suppresses the warning. Take it or modify as your need. ```golang package log import ( "strings" "k8s.io/client-go/rest" "sigs.k8s.io/controller-runtime/pkg/log" ) var (...
Hey guys, new to the community. After a non-comprehensive test on our cluster, I found with CUDA-enabled builds SGLang could significantly improve the throughput and latency. For now I build...
@xiaguan Thank you for the PR! We would give it a try. Another question, the wheel release is DMA-BUF based GDR or nvidia-peermem based? I'm asking this because we can...
Seems like setup-docker only support amd64, is there a alternative way or upgraded version?
We can solve the "Pass value in multicluster" situation described in the [KEP](https://github.com/kubevela/kubevela/blob/master/design/vela-core/cloud-resource-data-passing.md). However. the cost is we have to allow `ref-objects` to load object from cluster instead of ApplicationRevision....