From 7020a87f18e668e92aa3e51217081a4a1b797bac Mon Sep 17 00:00:00 2001 From: Andriy Mulyar Date: Thu, 13 Apr 2023 12:17:58 -0400 Subject: [PATCH 1/2] Licensing --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index fd3024f2..48525a9a 100644 --- a/README.md +++ b/README.md @@ -52,3 +52,6 @@ python3 ../ggml/examples/gpt-j/convert-h5-to-ggml.py /path/to/your/local/copy/of * Pull requests welcome. See the feature wish list for ideas :) + +## License +The source code of this chat interface is currently under a GPL license. The underlying GPT-J based model is under a Apache 2 License. From b1a57ac27cd13bd2bdc85543ecade647f60851a2 Mon Sep 17 00:00:00 2001 From: Andriy Mulyar Date: Thu, 13 Apr 2023 12:18:56 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48525a9a..36dbaeb4 100644 --- a/README.md +++ b/README.md @@ -54,4 +54,4 @@ python3 ../ggml/examples/gpt-j/convert-h5-to-ggml.py /path/to/your/local/copy/of ## License -The source code of this chat interface is currently under a GPL license. The underlying GPT-J based model is under a Apache 2 License. +The source code of this chat interface is currently under a GPL license. The underlying GPT4All-j model is released under non-restrictive open-source Apache 2 License.