"examples/dreambooth/train_dreambooth_sd3.py" did not exist on "c2717317f03b12535cfd02b477ace61189e10e4b"
CMakeLists.txt 316 Bytes
Newer Older
1
2
3
4
5
if(DTYPES MATCHES "fp16" OR NOT DEFINED DTYPES)
    add_example_executable(example_groupnorm_sigmoid_mul_fp16 groupnorm_sigmoid_mul_fp16.cpp)
    add_example_executable(example_groupnorm_splitk_fp16 groupnorm_splitk_fp16.cpp)
    add_example_executable(example_groupnorm_swish_fp16 groupnorm_swish_fp16.cpp)
endif()