Skip to content

Commit 26d44ab

Browse files
committed
Fix oopsie
1 parent a22cab0 commit 26d44ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conditioner.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1206,7 +1206,7 @@ struct FluxCLIPEmbedder : public Conditioner {
12061206
}
12071207
}
12081208

1209-
chunk_hidden_states = ggml_tensor_concat(work_ctx, chunk_hidden_states_l, chunk_hidden_states_t5, 1); // [n_token*2, 4096]
1209+
chunk_hidden_states = ggml_tensor_concat(work_ctx, chunk_hidden_states_l_pad, chunk_hidden_states_t5, 1); // [n_token*2, 4096]
12101210

12111211

12121212
int64_t t1 = ggml_time_ms();

0 commit comments

Comments
 (0)