]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
scripts : use `/usr/bin/env` in shebang (#3313)
authorKevin Ji <redacted>
Sat, 23 Sep 2023 03:52:23 +0000 (23:52 -0400)
committerGitHub <redacted>
Sat, 23 Sep 2023 03:52:23 +0000 (23:52 -0400)
scripts/verify-checksum-models.py

index 307b7c08d86da9816036ecc3f156cfec95461bb9..dff4b47340133408ea72a82ffe859ae184dd7f92 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/env python3
+#!/usr/bin/env python3
 
 import os
 import hashlib