bornjre

Results 4 comments of bornjre

Just create with simple sh script and execute you actual binary. (your added binaries/files are in resources folder) ```sh #!/bin/sh echo 'Hello, World' echo $PWD exec ./mybinary ``` also if...

i am trying to give it a go. i never ported any models before, so its new for me. but so far it looks fun. i have model conversion working...

Sorry for ping :smiley: @iboB @ggerganov

Nice, instead of outright removing, `fs` scoping to a certain folder would be perhaps more useful. `--scoped-fs=true --scoped-fs-mapping="/:./myroot"` you enable scoping and have not map to anything for no fs...