xunfeng
xunfeng
我也是,IKEv2直接解析到8.8.8.8,导致dnsmasq本地dns解析失效。
good job,it work.
Ubuntu 20.04 LTS 也不行
@chaunceyjiang @charnet1019 现在支持 BGP 模式 Pod 直通吗?看文档都是转发到所有节点。
> @chaunceyjiang @charnet1019 现在支持 BGP 模式 Pod 直通吗?看文档都是转发到所有节点。 您必须设置spec:type为LoadBalancer。 lb.kubesphere.io/v1alpha1: openelb注释指定服务使用 OpenELB 。 该protocol.openelb.kubesphere.io/v1alpha1: bgp注解指定OpenELB使用BGP模式。 该eip.openelb.kubesphere.io/v1alpha2: bgp-eip注解指定了 OpenELB 使用的 Eip 对象。如果没有配置这个注解,OpenELB 会自动使用匹配协议的第一个可用的 Eip 对象。您也可以删除此注释并添加spec:loadBalancerIP字段(例如,spec:loadBalancerIP: 172.22.0.2)为服务分配特定的 IP 地址。 在BGP模式下,可以将spec:loadBalancerIP多个Service设置为相同的IP地址共享值(Service通过不同的Service端口来区分)。在这种情况下,您必须为服务设置不同的spec:ports:port值和。spec:externalTrafficPolicyCluster 如果spec:externalTrafficPolicy设置为Cluster(默认值),OpenELB 使用所有...
same problem: The detected CUDA version (12.3) mismatches the version that was used to compile PyTorch (11.7). Please make sure to use the same CUDA versions.
> Removing pyproject.toml may be a solution. In my case, the build system was using the version of pytorch from pyproject.toml rather than the pytorch already installed. think,it work for...
can't serve as reanker model,embedding can work. ``` docker run --rm -p 8080:8080 ghcr.io/huggingface/text-embeddings-inference:cpu-1.2 --model-id BAAI/bge-m3 ``` ``` curl 127.0.0.1:8080/embed \ > -X POST \ > -d '{"inputs":"What is Deep...