Save inference parity implementation and evaluation harness
This commit is contained in:
@@ -321,6 +321,7 @@ impl Executor {
|
||||
Self::DeepSeek(executor) => executor.save_checkpoint(path, tag, progress),
|
||||
Self::Glm(executor) => executor.save_checkpoint(path, tag, progress),
|
||||
Self::Qwen(executor) => executor.save_checkpoint(path, tag, progress),
|
||||
Self::QwenMtplx(executor) => executor.save_checkpoint(path, tag, progress),
|
||||
}
|
||||
}
|
||||
|
||||
@@ -333,6 +334,7 @@ impl Executor {
|
||||
Self::DeepSeek(executor) => executor.load_checkpoint(path, progress),
|
||||
Self::Glm(executor) => executor.load_checkpoint(path, progress),
|
||||
Self::Qwen(executor) => executor.load_checkpoint(path, progress),
|
||||
Self::QwenMtplx(executor) => executor.load_checkpoint(path, progress),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user