Bring back #1333 and #1335 (#1340)

* Bring back fused delta net 3

* Remove autoregressive and chunking
This commit is contained in:
Kawrakow
2026-02-28 14:31:42 +01:00
committed by GitHub
parent 1922449b2c
commit 0ff3a43289
8 changed files with 78 additions and 652 deletions
-1
View File
@@ -456,7 +456,6 @@ 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
int fused_delta_net;
bool mtp; // Activate MTP if supported
enum llama_mtp_op_type mtp_op_type;