[jvm-packages] Use UBJ for checkpoints. (#9954)

This commit is contained in:
Jiaming Yuan
2024-01-08 13:26:12 +08:00
committed by GitHub
parent 38dd91f491
commit 3976455af9
2 changed files with 7 additions and 7 deletions

View File

@@ -29,7 +29,7 @@ import org.apache.hadoop.fs.Path;
public class ExternalCheckpointManager {
private Log logger = LogFactory.getLog("ExternalCheckpointManager");
private String modelSuffix = ".model";
private String modelSuffix = ".ubj";
private Path checkpointPath; // directory for checkpoints
private FileSystem fs;