Skip to content

Commit 16c06f7

Browse files
authored
Update README.md
1 parent 61703f2 commit 16c06f7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,9 @@ cadaver, cauliflower, cabbage (vegetable), catalpa (tree) and Cailleach.
230230
* Please verify the sha256 checksums of all of your `consolidated*.pth` and corresponding converted `ggml-model-*.bin` model files to confirm that you have the correct model data files before logging an issue relating to your model files.
231231

232232
The following command will verify if you have all possible latest files in your self-installed `./models` subdirectory:
233-
`llama.cpp$ sha256sum -c SHA256SUMS`
233+
`sha256sum --ignore-missing -c SHA256SUMS` on Linux
234+
or
235+
`shasum -a 256 --ignore-missing -c SHA256SUMS` on macOS
234236

235237
### Android
236238

0 commit comments

Comments
 (0)