Skip to content

Commit 5a92f4d

Browse files
committed
Remove deprecated Todos
1 parent f900252 commit 5a92f4d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

flux.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,6 @@ namespace Flux {
297297
return {ModulationOut(ctx, vec, offset), ModulationOut(ctx, vec, offset + 3)};
298298
}
299299

300-
// TODO: chroma (prune_mod) -> get modulations from offset vec
301300
std::pair<struct ggml_tensor*, struct ggml_tensor*> forward(struct ggml_context* ctx,
302301
struct ggml_tensor* img,
303302
struct ggml_tensor* txt,
@@ -795,7 +794,6 @@ namespace Flux {
795794
params.is_chroma));
796795
}
797796

798-
// TODO: no modulation for chroma
799797
blocks["final_layer"] = std::shared_ptr<GGMLBlock>(new LastLayer(params.hidden_size, 1, params.out_channels, params.is_chroma));
800798
}
801799

0 commit comments

Comments
 (0)