Skip to content

[Question]: models/llm/qwen3_5.h 必须编译 NPU 头文件,而不是 common 的 #1916

Description

@cding-nv

❓ Describe the question

models/llm/qwen3_5.h:27      #include "qwen3_next.h"                        ← 必须编译
                    :44      Qwen3_5ForCausalLMImpl : public Qwen3NextForCausalLMImpl

models/llm/qwen3_next.h:22   #include "core/layers/npu_torch/qwen3_next_decoder_layer_impl.h"   ← NPU-only 目录
                       :40   layer::Qwen3NextDecoderLayerImpl                                    ← NPU-only 类

models/llm/qwen3_next_hybrid_base.h:35  #include "core/layers/npu_torch/qwen3_next_hybrid_decoder_layer_base.h"  ← NPU-only 目录

Metadata

Metadata

Assignees

Labels

questionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions