mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
make scripts executable (#1555)
This commit is contained in:
parent
f414c28589
commit
e90263c23f
@ -1 +1 @@
|
|||||||
Subproject commit a8ed8c858985ef94d97a3cf2c97085b680c6d5d0
|
Subproject commit 2dee60214b0001cf03e1cec0a53a61a17b55c1eb
|
1
gpt4all-bindings/cli/app.py
Normal file → Executable file
1
gpt4all-bindings/cli/app.py
Normal file → Executable file
@ -1,3 +1,4 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
"""GPT4All CLI
|
"""GPT4All CLI
|
||||||
|
|
||||||
The GPT4All CLI is a self-contained script based on the `gpt4all` and `typer` packages. It offers a
|
The GPT4All CLI is a self-contained script based on the `gpt4all` and `typer` packages. It offers a
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
mkdir -p runtimes
|
mkdir -p runtimes
|
||||||
rm -rf runtimes/linux-x64
|
rm -rf runtimes/linux-x64
|
||||||
mkdir -p runtimes/linux-x64/native
|
mkdir -p runtimes/linux-x64/native
|
||||||
|
1
gpt4all-bindings/python/gpt4all/tests/test_embed_timings.py
Normal file → Executable file
1
gpt4all-bindings/python/gpt4all/tests/test_embed_timings.py
Normal file → Executable file
@ -1,3 +1,4 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
import sys
|
import sys
|
||||||
import time
|
import time
|
||||||
from io import StringIO
|
from io import StringIO
|
||||||
|
0
gpt4all-bindings/typescript/scripts/build_unix.sh
Normal file → Executable file
0
gpt4all-bindings/typescript/scripts/build_unix.sh
Normal file → Executable file
1
gpt4all-chat/cmake/sign_dmg.py
Normal file → Executable file
1
gpt4all-chat/cmake/sign_dmg.py
Normal file → Executable file
@ -1,3 +1,4 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
import os
|
import os
|
||||||
import subprocess
|
import subprocess
|
||||||
import tempfile
|
import tempfile
|
||||||
|
1
gpt4all-training/build_map.py
Normal file → Executable file
1
gpt4all-training/build_map.py
Normal file → Executable file
@ -1,3 +1,4 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
import numpy as np
|
import numpy as np
|
||||||
from nomic import atlas
|
from nomic import atlas
|
||||||
import glob
|
import glob
|
||||||
|
1
gpt4all-training/clean.py
Normal file → Executable file
1
gpt4all-training/clean.py
Normal file → Executable file
@ -1,3 +1,4 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
import numpy as np
|
import numpy as np
|
||||||
import glob
|
import glob
|
||||||
import os
|
import os
|
||||||
|
0
gpt4all-training/create_hostname.sh
Normal file → Executable file
0
gpt4all-training/create_hostname.sh
Normal file → Executable file
1
gpt4all-training/eval_figures.py
Normal file → Executable file
1
gpt4all-training/eval_figures.py
Normal file → Executable file
@ -1,3 +1,4 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
import glob
|
import glob
|
||||||
import pickle
|
import pickle
|
||||||
import numpy as np
|
import numpy as np
|
||||||
|
1
gpt4all-training/eval_self_instruct.py
Normal file → Executable file
1
gpt4all-training/eval_self_instruct.py
Normal file → Executable file
@ -1,3 +1,4 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
import json
|
import json
|
||||||
import torch
|
import torch
|
||||||
import pickle
|
import pickle
|
||||||
|
1
gpt4all-training/generate.py
Normal file → Executable file
1
gpt4all-training/generate.py
Normal file → Executable file
@ -1,3 +1,4 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
from transformers import AutoModelForCausalLM, AutoTokenizer
|
from transformers import AutoModelForCausalLM, AutoTokenizer
|
||||||
from peft import PeftModelForCausalLM
|
from peft import PeftModelForCausalLM
|
||||||
from read import read_config
|
from read import read_config
|
||||||
|
1
gpt4all-training/inference.py
Normal file → Executable file
1
gpt4all-training/inference.py
Normal file → Executable file
@ -1,3 +1,4 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
from transformers import AutoModelForCausalLM, AutoTokenizer
|
from transformers import AutoModelForCausalLM, AutoTokenizer
|
||||||
import torch
|
import torch
|
||||||
import torch.nn as nn
|
import torch.nn as nn
|
||||||
|
0
gpt4all-training/launcher.sh
Normal file → Executable file
0
gpt4all-training/launcher.sh
Normal file → Executable file
1
gpt4all-training/train.py
Normal file → Executable file
1
gpt4all-training/train.py
Normal file → Executable file
@ -1,3 +1,4 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
import os
|
import os
|
||||||
from transformers import AutoModelForCausalLM, AutoTokenizer, get_scheduler
|
from transformers import AutoModelForCausalLM, AutoTokenizer, get_scheduler
|
||||||
import torch
|
import torch
|
||||||
|
Loading…
Reference in New Issue
Block a user