We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 554a1d2 commit f276bfaCopy full SHA for f276bfa
src/main.cu
@@ -426,8 +426,8 @@ int main(int argc, char* argv[]) {
426
427
auto output_dir = program.get("--output");
428
model.set_file_output(output_dir);
429
- for (auto quantizer : model.m_quantizers)
430
- quantizer.set_path(model.m_path.string());
+ for (auto& quantizer : model.m_quantizers)
+ quantizer.set_path(output_dir);
431
432
if (auto previous = program.present("--previous")) {
433
model.load_weights(*previous);
0 commit comments