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 8c91ed1 commit 554a1d2Copy full SHA for 554a1d2
src/main.cu
@@ -426,6 +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());
431
432
if (auto previous = program.present("--previous")) {
433
model.load_weights(*previous);
0 commit comments