Add command line argument for fused delta net

This commit is contained in:
Kawrakow
2026-02-24 05:40:26 +00:00
parent a350f1b96f
commit 28b31a66b2
6 changed files with 18 additions and 6 deletions

View File

@@ -456,6 +456,7 @@ extern "C" {
bool split_mode_graph_scheduling; // if true, force split mode graph scheduling
//bool split_mode_f16; // if true, cast intermediate results to f16 before copying to other GPUs
bool scheduler_async; // if true, with split mode "graph" graph evaluation will be done using multiple threads
bool fused_delta_net;
bool mtp; // Activate MTP if supported
enum llama_mtp_op_type mtp_op_type;