首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏python3

    routed Port vs SVI

    可以选择的配置方式有两种, 1、routed Port,指在cisco switch中端口模式下运行no switchport后的端口类型,在routed port下可直接配置IP地址。 不同之处有以下两处: 1、svi 得到mac地址和routed port不一样,在同一网段中可以观察到。 其中routed port使用了物理接口的mac地址,svi使用的mac地址设备mac地址+1。 2、svi配置下e0/0仍然工作L2,routed port下的e0/0完全在L3工作。 在实际组网环境中,选择SVI+access Port或routed port主要取决于连接的另一端。 通常另一端如果是PC,那么使用svi作为pc的网关会方便些。 如果对端是交换机、防火墙、路由器等网络设备,建议用routed port方便运行不同路由协议。

    1.4K10发布于 2020-01-07
  • DeepSeek-R1源码解读

    , hidden_dim)))e_score_correction_bias = torch.Tensor(np.random.random(n_routed_experts))​bsz, seq_len 路由到各专家的概率scores = logits.sigmoid()​topk_method = "noaux_tc"### select top-k experts# [bsz*seq_len, n_routed_experts )) # [bsz*seq_len, n_routed_experts]print("cnts: ", cnts)# cnts记录每个token的专家路由情况cnts.scatter_(1, topk_ids , 1) # [bsz*seq_len, n_routed_experts]print("cnts: ", cnts)# 统计每个专家的token数量tokens_per_expert = cnts.sum (dim=0) # [n_routed_experts]# 按照expert编号的顺序,把每个expert对应的token下标取出来idxs = topk_ids.view(-1).argsort()

    59010编辑于 2025-06-20
  • 来自专栏技术杂记

    RabbitMQ 的CLI管理工具 rabbitmqadmin(17)

    rabbitmqadmin publish routing_key=test exchange=my.fanout payload="just for test" Message published but NOT routed ---------+-------------+ [root@h102 rabbitmq]# 指定 exchange=my.fanout 后,报 Message published but NOT routed rabbitmq]# rabbitmqadmin publish routing_key=first payload="just for test2" Message published but NOT routed

    49820发布于 2021-11-26
  • 来自专栏IT杂症

    CentOS配置TunnelBroker的IPv6地址

    Address: 172.82.152.3 你的公网IPv4地址 Client IPv6 Address: 2001:470:1f04:329::2/64 分给你的IPv6地址 Routed IPv6 Prefixes Routed /64: 2001:470:1f05:329::/64 Routed /48: Assign /48 DNS Resolvers Anycast IPv6 Caching

    3.3K20发布于 2021-11-08
  • 来自专栏A周立SpringCloud

    Spring Cloud Gateway-全局过滤器(Global Filters)

    Filter•RouteToRequestUrl Filter•Websocket Routing Filter•Gateway Metrics Filter•Marking An Exchange As Routed 笔者写过手把手的博客,有兴趣可以看一下: Spring Boot 2.x监控数据可视化(Actuator + Prometheus + Grafana手把手)[5] 9 Marking An Exchange As Routed 在网关路由 ServerWebExchange 后,它将通过在exchange添加一个 gatewayAlreadyRouted 属性,从而将exchange标记为 routed 。 一旦请求被标记为 routed ,其他路由过滤器将不会再次路由请求,而是直接跳过。您可以使用便捷方法将exchange标记为 routed ,或检查exchange是否是 routed 。 •ServerWebExchangeUtils.isAlreadyRouted 检查是否已被路由•ServerWebExchangeUtils.setAlreadyRouted 设置routed状态 TIPS

    2.6K41发布于 2019-08-21
  • 来自专栏GiantPandaCV

    如何看待 DeepSeek 发布的 MoE 大模型 DeepSeek-V2?

    expert top-2 不同的是, DeepSeekV2 在模型架构上有非常具备影响力的创新:MLA + 大量的小 Expert 结合复杂 routing:[ shared 2 expert + top-6 routed DeepSeekV2 用 EP8,单节点只放一个实例, LLaMa3 用 TP4,单节点放 2 个实例, EP8 的通信量(限制 max routed device = 3)比 TP4 要小。 相较于业界常规的 8/16/32 expert 选 top2 的常规套路,DeepSeekV2 设计了一种 shared expert 2 + 160 routed expert 选 top6 的 MoE 3.MoE Shared Expert MoE 部分在别家都是 8/16 Expert 选 top2 时, DeepSeekV2 设计了一种 Shared Expert 2 + Routed Expert 但是对于 DeepSeek MoE 这种非对称的分发方式,如何在 Expert Parallel 中给不同的 GPU 分配 Shared Expert 和 Routed Expert,则是一个新的话题。

    90720编辑于 2025-02-03
  • 来自专栏nginx遇上redis

    译文:Nginx多阶段处理HTTP请求

    •NGX_OK — the requesthas been successfully processed, request must be routed to the next phase; •NGX_DECLINED —request must be routed to the next handler; •NGX_AGAIN, NGX_DONE —the request has been successfully locationconfiguration of ngx_http_core_module has handler field initialized, allrequests on content phase are routed When contenthandler is not set, request is routed to handlers of content phase in mainconfiguration. In case of create_open and create_close commands subrequest is routed toa hidden location that has a

    1.2K40发布于 2019-10-15
  • 来自专栏科学计算

    管脚约束问题导致生成bit时报错 如何在不重新Implentation情况下生成bit?

    打开实现后的routed.dcp文件: open_checkpoint . /Work/eth_demo.runs/impl_1/top_routed.dcp 然后通过下面指令设置这两个管脚的电平: set_property IOSTANDARD LVCMOS15 [get_ports

    66810发布于 2021-11-25
  • 来自专栏运维小白

    10.13 netfilter5表5链介绍

    chains INPUT (for packets destined to local sockets), FORWARD (for packets being routed INPUT (for packets coming into the box itself), FORWARD (for altering packets being routed locally-generated pack‐ ets before routing), and FORWARD (for altering packets being routed

    95960发布于 2018-02-06
  • 来自专栏python3

    CCNA学习日记3

    路由协议和被路由协议的区别 被路由协议Routed Protocol(如IP)工作在网络层,而路由协议Routing Protocol工作在传输层或者应用层,他们之间的关系为:Routing Protocol 负责学习最佳路径,而Routed Protocol根据最佳路径将来自上层的信息封装在IP包里传输 4.

    45010发布于 2020-01-10
  • 来自专栏FreeBuf

    NetSet:一款功能强大的自动化网络流量安全增强工具

    '-t' or '--terminal' Starts terminal multiplexer with all connections routed Terminal' - Start terminal multi- plexer, with all sessions routed

    64950发布于 2019-08-06
  • 来自专栏云原生技术社区

    Kube-OVN高级功能 | Overlay下路由方式网络打通

    apiVersion: kubeovn.io/v1 kind: Subnet metadata: name: routed spec: protocol: IPv4 cidrBlock: 10.166.0.0 apiVersion: kubeovn.io/v1 kind: Subnet metadata: name: routed spec: protocol: IPv4 cidrBlock: 10.166.0.0

    1.1K50编辑于 2023-03-27
  • 来自专栏人工智能极简应用

    AI智能体研发之路-模型篇(二):DeepSeek-V2-Chat 训练与推理实战

    = None,#moe路由专家数,为None代表dense model稠密模型 ep_size = 1, routed_scaling_factor = 1.0,#路由专家的缩放因子 self.num_attention_heads = num_attention_heads self.n_shared_experts = n_shared_experts self.n_routed_experts = n_routed_experts self.ep_size = ep_size self.routed_scaling_factor = routed_scaling_factor 默认num_key_value_heads=num_attention_heads n_shared_experts = None,#moe共享专家数,为None代表dense model稠密模型 n_routed_experts = None,#moe路由专家数,为None代表dense model稠密模型 ep_size = 1, routed_scaling_factor = 1.0,#路由专家的缩放因子, kv_lora_rank

    2.4K10编辑于 2024-08-13
  • 来自专栏binz96的小笔记

    RabbitMQ 基本概念入门

    , a message published to the default exchange with the routing key "search-indexing-online" will be routed The purpose of the routing key is to select certain messages published to an exchange to be routed to If a message cannot be routed to any queue (for example, because there are no bindings for the exchange In certain situations, for example, when a message cannot be routed, messages may bereturnedto publishers

    46800编辑于 2022-01-20
  • 来自专栏nginx遇上redis

    ebtables介绍1

    PREROUTING: for altering frames as soon as they come in (2)OUTPUT: for altering locally generated or (b)routed DROP actually means the frame has to be routed, while ACCEPT means the frame has to be bridged.

    2.1K40发布于 2021-08-18
  • 来自专栏ml

    hdu----(1950)Bridging signals(最长递增子序列 (LIS) )

    To the right: At most three signals may be routed on the silicon surface without crossing each other Output For each test scenario, output one line containing the maximum number of signals which may be routed

    98970发布于 2018-03-26
  • 【HDU】1950 - Bridging signals(LIS 经典模板)

    To the right: At most three signals may be routed on the silicon surface without crossing each other. Output For each test scenario, output one line containing the maximum number of signals which may be routed

    26610编辑于 2025-08-27
  • 来自专栏码匠的流水账

    聊聊artemis的MessageLoadBalancingType

    }); } RoutingContext context = new RoutingContextImpl(tx); boolean routed = bindings.redistribute(copyRedistribute, originatingQueue, context); if (routed) {

    33920发布于 2020-02-24
  • 来自专栏码匠的流水账

    聊聊artemis的MessageLoadBalancingType

    }); } ​ RoutingContext context = new RoutingContextImpl(tx); ​ boolean routed = bindings.redistribute(copyRedistribute, originatingQueue, context); ​ if (routed) {

    36500发布于 2020-02-16
  • 来自专栏用户5892232的专栏

    Oracle OCP 19c 认证1Z0-082考试题库(第3题)

    Source Routing enables the use of Connection Manager (CMAN) which enables network traffic to be routed

    75830发布于 2021-02-20
领券