We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
decoder_only
1 parent 01af536 commit 418d3a4Copy full SHA for 418d3a4
1 file changed
tae.hpp
@@ -201,7 +201,7 @@ struct TinyAutoEncoder : public GGMLRunner {
201
bool decoder_only = true,
202
SDVersion version = VERSION_SD1)
203
: decode_only(decoder_only),
204
- taesd(decode_only, version),
+ taesd(decoder_only, version),
205
GGMLRunner(backend) {
206
taesd.init(params_ctx, tensor_types, prefix);
207
}
0 commit comments