From 6cc440ba112a1513c981540185aacbf93defef3f Mon Sep 17 00:00:00 2001 From: bmullick-amd Date: Tue, 17 Dec 2024 16:15:16 -0800 Subject: [PATCH] added source script link --- vllm/model_executor/models/t5.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vllm/model_executor/models/t5.py b/vllm/model_executor/models/t5.py index 1368939bdfe42..8ef67f9143695 100644 --- a/vllm/model_executor/models/t5.py +++ b/vllm/model_executor/models/t5.py @@ -1,4 +1,5 @@ -# coding=utf-8 +# Adapted from +# https://github.com/huggingface/transformers/blob/main/src/transformers/models/t5/modeling_t5.py # Copyright 2018 Mesh TensorFlow authors, T5 Authors and HuggingFace Inc. team. # # Licensed under the Apache License, Version 2.0 (the "License");