ci : adjust params for less runtime (#16167)

* ci : adjust params for less runtime

* ci : gate BF16 on some hardware

* ci : move extra tests to Arm runner
This commit is contained in:
Georgi Gerganov
2025-09-22 08:31:40 +03:00
committed by GitHub
parent 9073a73d82
commit 4d0a7cbc61
3 changed files with 44 additions and 32 deletions

View File

@@ -178,7 +178,7 @@ int main(int argc, char ** argv) {
return 1;
}
// Start the non-batch threadpool in the paused state
// start the non-batch threadpool in the paused state
tpp.paused = true;
}