diff --git a/apps/sft/sft.cpp b/apps/sft/sft.cpp index c4435fb1eb..9da4c0437e 100644 --- a/apps/sft/sft.cpp +++ b/apps/sft/sft.cpp @@ -152,6 +152,7 @@ int main(int argc, char** argv) } fso << "]" << "}"; + fso.release(); std::cout << "Training complete..." << std::endl; return 0; } \ No newline at end of file