make scripts executable (#1555)

This commit is contained in:
cebtenzzre
2023-10-24 09:28:21 -04:00
committed by GitHub
parent f414c28589
commit e90263c23f
15 changed files with 14 additions and 3 deletions

1
gpt4all-bindings/cli/app.py Normal file → Executable file
View File

@@ -1,3 +1,4 @@
#!/usr/bin/env python3
"""GPT4All CLI
The GPT4All CLI is a self-contained script based on the `gpt4all` and `typer` packages. It offers a

View File

@@ -1,3 +1,4 @@
#!/bin/sh
mkdir -p runtimes
rm -rf runtimes/linux-x64
mkdir -p runtimes/linux-x64/native

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env python3
import sys
import time
from io import StringIO

0
gpt4all-bindings/typescript/scripts/build_unix.sh Normal file → Executable file
View File