chmod : make scripts executable (#2675)
This commit is contained in:
parent
f19dca04ea
commit
7c2227a197
23 changed files with 16 additions and 3 deletions
1
examples/embd-input/embd_input.py
Normal file → Executable file
1
examples/embd-input/embd_input.py
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
import ctypes
|
||||
from ctypes import cdll, c_char_p, c_void_p, POINTER, c_float, c_int
|
||||
import numpy as np
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue