You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Checksum Verification Failed: The local @huggingface/${dep} package differs from the remote version. Release halted. Local Checksum: ${localChecksum}, Remote Checksum: ${remoteChecksum}`
51
-
);
34
+
execSync(`rm -Rf local && mkdir local && tar -xf ${dep}-local.tgz -C local`);
console.error(`Error: The local and remote @huggingface/${dep} packages are inconsistent. Release halted.`);
52
42
process.exit(1);
53
43
}
54
-
console.log(
55
-
`Checksum Verification Successful: The local and remote @huggingface/${dep} packages are consistent. Local Checksum: ${localChecksum}, Remote Checksum: ${remoteChecksum}.`
56
-
);
44
+
45
+
console.log(`The local and remote @huggingface/${dep} packages are consistent.`);
0 commit comments