We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ab321d commit fe00a84Copy full SHA for fe00a84
1 file changed
tests/test-backend-sampler.cpp
@@ -89,6 +89,7 @@ struct test_context {
89
cparams.n_batch = 512;
90
cparams.samplers = configs.data();
91
cparams.n_samplers = configs.size();
92
+ cparams.kv_unified = true;
93
94
// If n_seq_max is not specified, calculate it from configs
95
if (n_seq_max < 0) {
0 commit comments