Adjust CUDA FA kernel parameters for head size 512 on Turing (#1942)

This commit is contained in:
Kawrakow
2026-06-10 07:49:21 +02:00
committed by GitHub
parent 2a1148384c
commit e6f8112f3b
2 changed files with 60 additions and 14 deletions
+2 -2
View File
@@ -1141,8 +1141,8 @@ int main(int argc, char ** argv) {
arr.push_back(res->to_json());
}
// if single request, return single object instead of array
res_ok(res, arr.size() == 1 ? arr[0] : arr);
}
res_ok(res, arr.size() == 1 ? arr[0] : arr);
}
}
else {
// in streaming mode, the first error must be treated as non-stream response