Skip to content

Commit 0d3a1bf

Browse files
authored
Update README.md
1 parent 0f9454f commit 0d3a1bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In addition to that, the manifest file will contain certain metadata such as:
2929
- What is the Github commit SHA and the commit message resulting in this automated upload?
3030
- When did this upload happen?
3131

32-
By using this manifest, your inference script will know which model to load and use. It can also calculate the loaded model file's MD5 hash with the original MD5 hash that was calculated at the time of the upload, and make sure that the model file hasn't been changed.
32+
By using this manifest, your inference script will know which model to load and use. It can also re-calculate the MD5 hash of the model file at inference time and compare it with the original MD5 hash that was calculated at the time of the upload, and make sure that the model file hasn't been changed.
3333

3434
![](images/model_manifest.png)
3535

0 commit comments

Comments
 (0)