From bdc76134a35278d5a09556667f3ec893dc8be1b6 Mon Sep 17 00:00:00 2001 From: michaelfeil Date: Sun, 30 Jul 2023 12:22:49 +0200 Subject: [PATCH] LICENSE change --- server/text_generation_server/models/ct2_causal_lm.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/server/text_generation_server/models/ct2_causal_lm.py b/server/text_generation_server/models/ct2_causal_lm.py index 5c689b08..301c733c 100644 --- a/server/text_generation_server/models/ct2_causal_lm.py +++ b/server/text_generation_server/models/ct2_causal_lm.py @@ -1,7 +1,11 @@ # coding=utf-8 -# Copyright 2023 HuggingFace Inc. team and Michael Feil. All rights reserved. +# Copyright 2023 Michael Feil. All rights reserved. # -# This code is based on Text-generation-inference causal_lm.py implementation +# This code is loosely based on Huggingface text-generation-inference v0.9.3's causal_lm.py implementation. +# While it remains licensed under Apache License, Version 2.0, +# text-generation-inference itself on 7/28/2023 has changed its license. +# This code remains unaffected by this, and contributing it to a +# upstream repo with new License was not intentional. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.