]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
py : turn verify-checksum-models.py into executable (#2245)
authorJiří Podivín <redacted>
Sun, 16 Jul 2023 19:54:47 +0000 (21:54 +0200)
committerGitHub <redacted>
Sun, 16 Jul 2023 19:54:47 +0000 (22:54 +0300)
README.md was adjusted to reflect the change.

Signed-off-by: Jiri Podivin <redacted>
README.md
scripts/verify-checksum-models.py [changed mode: 0644->0755]

index 476cc438baa2e4116fbcf87af48667ea109d918c..f45e4bf0849f06b4f7dbbb0eb4e79e4bf9a42f2e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -640,7 +640,7 @@ Please verify the [sha256 checksums](SHA256SUMS) of all downloaded model files t
 
 ```bash
 # run the verification script
-python3 .\scripts\verify-checksum-models.py
+./scripts/verify-checksum-models.py
 ```
 
 - On linux or macOS it is also possible to run the following commands to verify if you have all possible latest files in your self-installed `./models` subdirectory:
old mode 100644 (file)
new mode 100755 (executable)
index d127482..307b7c0
@@ -1,3 +1,5 @@
+#!/bin/env python3
+
 import os
 import hashlib