mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-24 10:24:35 +00:00
scripts : use /usr/bin/env
in shebang (#3313)
This commit is contained in:
parent
bc9d3e3971
commit
bedb92b603
@ -1,4 +1,4 @@
|
||||
#!/bin/env python3
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import os
|
||||
import hashlib
|
||||
|
Loading…
Reference in New Issue
Block a user