make CI happy
This commit is contained in:
parent
6106e9068b
commit
a2db92f41c
|
|
@ -653,8 +653,8 @@ int main(void)
|
||||||
|
|
||||||
int k = 0;
|
int k = 0;
|
||||||
|
|
||||||
for (auto c : configs_sdxl_1024){
|
// for (auto c : configs_sdxl_1024){
|
||||||
// for (auto c : configs){
|
for (auto c : configs){
|
||||||
test_model model;
|
test_model model;
|
||||||
load_model(model, std::get<0>(c), std::get<1>(c), std::get<2>(c),
|
load_model(model, std::get<0>(c), std::get<1>(c), std::get<2>(c),
|
||||||
std::get<3>(c), std::get<4>(c), std::get<5>(c), true);
|
std::get<3>(c), std::get<4>(c), std::get<5>(c), true);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue