We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96ee2f2 commit f7919abCopy full SHA for f7919ab
tools/server/server.cpp
@@ -2017,11 +2017,6 @@ struct server_context {
2017
params_base.n_cache_reuse = 0;
2018
SRV_WRN("%s\n", "cache_reuse is not supported by this context, it will be disabled");
2019
}
2020
-
2021
- if (!params_base.speculative.model.path.empty()) {
2022
- SRV_ERR("%s\n", "err: speculative decode is not supported by this context");
2023
- return false;
2024
- }
2025
2026
2027
return true;
0 commit comments