Skip to content

Commit

Permalink
Merge branch 'master' into snap_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
agunapal authored Sep 23, 2024
2 parents 5095ba8 + 6881ec5 commit 60691cb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,8 @@ private void initModelStore() throws InvalidSnapshotException, IOException {
String fileName = file.getName();
if (file.isFile()
&& !fileName.endsWith(".mar")
&& !fileName.endsWith(".model")) {
&& !fileName.endsWith(".model")
&& !fileName.endsWith(".tar.gz")) {
continue;
}
try {
Expand Down

0 comments on commit 60691cb

Please sign in to comment.