From 3c5ab9b811da7a72af6459bc0c344644ebdc1ef6 Mon Sep 17 00:00:00 2001 From: Woosuk Kwon Date: Sat, 23 Mar 2024 23:30:56 -0700 Subject: [PATCH] [Misc] Fix BLOOM copyright notice (#3591) --- vllm/model_executor/models/bloom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vllm/model_executor/models/bloom.py b/vllm/model_executor/models/bloom.py index 851c475206661..7cf4370236a8b 100644 --- a/vllm/model_executor/models/bloom.py +++ b/vllm/model_executor/models/bloom.py @@ -1,7 +1,7 @@ # coding=utf-8 # Adapted from # https://github.com/huggingface/transformers/blob/v4.28.0/src/transformers/models/bloom/modeling_bloom.py -# Copyright 2023 The CacheFlow team. +# Copyright 2023 The vLLM team. # Copyright 2022 HuggingFace Inc. team and BigScience workshop. # # Licensed under the Apache License, Version 2.0 (the "License");