We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dd568e commit 0bbe6acCopy full SHA for 0bbe6ac
xllm/core/layers/common/word_embedding_impl.h
@@ -15,7 +15,6 @@ limitations under the License.
15
16
#pragma once
17
18
-#include <cuda_runtime.h>
19
#include <glog/logging.h>
20
#include <torch/torch.h>
21
xllm/core/runtime/acl_graph_executor_impl.h
@@ -26,7 +26,6 @@ limitations under the License.
26
#include "core/framework/kv_cache/kv_cache.h"
27
#include "core/framework/model/causal_lm.h"
28
#include "core/framework/model/model_input_params.h"
29
-// #include "core/layers/attention_mask.h"
30
#include "executor_impl.h"
31
#include "options.h"
32
#include "torch_npu/csrc/core/npu/NPUGraph.h"
0 commit comments