mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-07-21 10:15:35 +00:00
Revert delta net 3 (#1339)
* Revert "Simplify delta-net (#1335)" This reverts commite5fc30244c. * Revert "Fused delta net 3 (#1333)" This reverts commit7b68353e09.
This commit is contained in:
@@ -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
|
||||
int fused_delta_net;
|
||||
bool mtp; // Activate MTP if supported
|
||||
enum llama_mtp_op_type mtp_op_type;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user