From 0915e93774c82826b81526ca5c9842e2f5907d4d 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 70769477ba2f9e3bdaf34f0041b4d7de4f5ec214 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.