llama : remove llm_graph_input_one (#14603)

This commit is contained in:
Xuan-Son Nguyen
2025-07-09 23:09:28 +02:00
committed by GitHub
parent 4a5686da22
commit cb9178f885
3 changed files with 1 additions and 29 deletions

View File

@@ -341,17 +341,6 @@ public:
const llama_memory_hybrid_context * mctx;
};
// TODO: remove this when ggml_scale_add is implemented
class llm_graph_input_one : public llm_graph_input_i {
public:
llm_graph_input_one() {}
virtual ~llm_graph_input_one() = default;
void set_input(const llama_ubatch * ubatch) override;
ggml_tensor * one = nullptr; // F32
};
//
// llm_graph_result
//