Skip to content

Commit d293603

Browse files
committed
docs: fix code block formatting in gpu-sampling.md
1 parent d45ee13 commit d293603

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

notes/llama.cpp/gpu-sampling.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ the graph with the operations they need to perform.
9595
To be able to perform the GPU sampling operations on the GPU this will be done
9696
in a similar manner to how pooling is currently applied. To enable this a
9797
llama_sampler has been added to llama_context_params:
98-
```c++
9998
```c++
10099
struct llama_sampler_chain_params gpu_sampler_params = llama_sampler_chain_default_params();
101100
struct llama_sampler * gpu_sampler_chain = llama_sampler_chain_init(gpu_sampler_params);

0 commit comments

Comments
 (0)