[Benchmark tools] Deprecate all (#15848)

* [Benchmark tools] Deprecate all

* up
This commit is contained in:
Patrick von Platen
2022-03-01 11:26:20 +01:00
committed by GitHub
parent df5a4094a6
commit 9863f7d228
3 changed files with 24 additions and 0 deletions

View File

@@ -12,6 +12,13 @@ specific language governing permissions and limitations under the License.
# Benchmarks
<Tip warning={true}>
Hugging Face's Benchmarking tools are deprecated and it is advised to use external Benchmarking libraries to measure the speed
and memory complexity of Transformer models.
</Tip>
[[open-in-colab]]
Let's take a look at how 🤗 Transformers models can be benchmarked, best practices, and already available benchmarks.