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 991ab9c commit 004eabaCopy full SHA for 004eaba
ggml/include/ggml.h
@@ -2122,7 +2122,7 @@ extern "C" {
2122
2123
// Ref: https://github.com/CompVis/stable-diffusion/blob/main/ldm/modules/diffusionmodules/util.py#L151
2124
// timesteps: [N,]
2125
- // return: [N, dim]
+ // return: [N, PAD(dim, 2)]
2126
GGML_API struct ggml_tensor * ggml_timestep_embedding(
2127
struct ggml_context * ctx,
2128
struct ggml_tensor * timesteps,
0 commit comments