summaryrefslogtreecommitdiff
path: root/common/sampling.cpp
diff options
context:
space:
mode:
authorPierrick Hymbert <pierrick.hymbert@gmail.com>2024-02-25 22:48:33 +0100
committerGitHub <noreply@github.com>2024-02-25 22:48:33 +0100
commite3965cf35aac00d4e24998c8a3d0093ae1d98bd3 (patch)
treeec711cfe7adc51e544839c88446722aeb67f2082 /common/sampling.cpp
parent8b350356b28f782deab63d8b0e9ae103ceb25fcd (diff)
server: tests - slow inference causes timeout on the CI (#5715)
* server: tests - longer inference timeout for CI
Diffstat (limited to 'common/sampling.cpp')
-rw-r--r--common/sampling.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/sampling.cpp b/common/sampling.cpp
index de4331a1..e67096be 100644
--- a/common/sampling.cpp
+++ b/common/sampling.cpp
@@ -266,7 +266,7 @@ static llama_token llama_sampling_sample_impl(
// }
//}
- LOG("sampled token: %5d: '%s'\n", id, llama_token_to_piece(ctx_main, id).c_str());
+ //LOG("sampled token: %5d: '%s'\n", id, llama_token_to_piece(ctx_main, id).c_str());
}
}