Skip to content

Commit 4de7e99

Browse files
author
Ilko Tsenov
committed
Remove whitespace
1 parent f11f6d6 commit 4de7e99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/arg.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2559,7 +2559,7 @@ common_params_context common_params_parser_init(common_params & params, llama_ex
25592559
"- N1,N2,...: keep specific layers in CPU (comma-separated)",
25602560
[](common_params & params, const std::string & value) {
25612561
std::vector<int> layers_to_override;
2562-
2562+
25632563
std::stringstream ss(value);
25642564
std::string item;
25652565
while (std::getline(ss, item, ',')) {
@@ -2590,7 +2590,7 @@ common_params_context common_params_parser_init(common_params & params, llama_ex
25902590
}
25912591
}
25922592
}
2593-
2593+
25942594
for (int layer_idx : layers_to_override) {
25952595
// keep strings alive and avoid leaking memory by storing them in a static vector
25962596
static std::list<std::string> buft_overrides;

0 commit comments

Comments
 (0)