From b95e9bd8174e265e5859684c94d3e0b158abb823 Mon Sep 17 00:00:00 2001 From: Faraz Khoubsirat Date: Thu, 19 Dec 2024 19:05:41 +0000 Subject: [PATCH] clear cache in fix --- tripy/docs/pre0_user_guides/00-introduction-to-tripy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tripy/docs/pre0_user_guides/00-introduction-to-tripy.md b/tripy/docs/pre0_user_guides/00-introduction-to-tripy.md index ef17e40b5..dfcc54793 100644 --- a/tripy/docs/pre0_user_guides/00-introduction-to-tripy.md +++ b/tripy/docs/pre0_user_guides/00-introduction-to-tripy.md @@ -74,7 +74,7 @@ Now let's benchmark the compiled version against eager mode: from nvtripy.frontend.cache import global_cache global_cache._cache.clear() -`` +``` --> ```py