Skip to content

Commit c88cdee

Browse files
committed
rebase
1 parent 6ded7f0 commit c88cdee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/server/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ struct SDCtxParams {
7373

7474
rng_type_t rng_type = CUDA_RNG;
7575
rng_type_t sampler_rng_type = CUDA_RNG;
76-
prediction_t prediction = DEFAULT_PRED;
76+
prediction_t prediction = PREDICTION_COUNT;
7777
lora_apply_mode_t lora_apply_mode = LORA_APPLY_AUTO;
7878

7979
bool offload_params_to_cpu = false;

0 commit comments

Comments
 (0)