This website works better with JavaScript
Home
Explore
Help
Sign In
cturan
/
llama.cpp
mirror of
https://github.com/cturan/llama.cpp
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
scripts : use `/usr/bin/env` in shebang (
#3313
)
Kevin Ji
2 years ago
parent
bc9d3e3971
commit
bedb92b603
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
scripts/verify-checksum-models.py
+ 1
- 1
scripts/verify-checksum-models.py
View File
@@ -1,4 +1,4 @@
-#!/bin/env python3
+#!/
usr/
bin/env python3
import os
import hashlib