From 626739db4497b99cab9b95a7cba145f75ecdf46e Mon Sep 17 00:00:00 2001 From: Xingjian Shi Date: Mon, 10 Aug 2020 04:38:54 -0700 Subject: [PATCH] Update benchmark_utils.py --- scripts/benchmarks/benchmark_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/benchmarks/benchmark_utils.py b/scripts/benchmarks/benchmark_utils.py index af8e4fd680..f8fd0c2e46 100644 --- a/scripts/benchmarks/benchmark_utils.py +++ b/scripts/benchmarks/benchmark_utils.py @@ -1,7 +1,7 @@ """ Utilities for working with the local dataset cache. This file is adapted from the HuggingFace Transformers library -at +at https://github.com/huggingface/transformers/blob/master/src/transformers/benchmark/benchmark_utils.py and the AllenNLP library at https://github.com/allenai/allennlp Copyright by the AllenNLP authors. """