From 8e92c65700541b354582b3883c1ef765a15dab83 Mon Sep 17 00:00:00 2001 From: Quarto GHA Workflow Runner Date: Tue, 17 Mar 2026 03:55:08 +0000 Subject: [PATCH] Built site for gh-pages --- .nojekyll | 2 +- docs/config-reference.html | 4 +- index.html | 2 +- search.json | 4 +- sitemap.xml | 474 ++++++++++++++++++------------------- 5 files changed, 243 insertions(+), 243 deletions(-) diff --git a/.nojekyll b/.nojekyll index 73268f02f..6fe214890 100644 --- a/.nojekyll +++ b/.nojekyll @@ -1 +1 @@ -3ace7c03 \ No newline at end of file +4641f014 \ No newline at end of file diff --git a/docs/config-reference.html b/docs/config-reference.html index 18b714de3..23fbc0cc3 100644 --- a/docs/config-reference.html +++ b/docs/config-reference.html @@ -1506,8 +1506,8 @@ gtag('config', 'G-9KYCVJBNMQ', { 'anonymize_ip': true}); bfloat16: bool | None # No AMP (automatic mixed precision) float16: bool | None -# Use CUDA tf32 - require >=ampere -tf32: bool | None +# bool to use CUDA tf32 or 'auto' for automatic detection - require >=ampere +tf32: Literal['auto'] | bool | None = auto float32: bool | None # Whether to use gradient checkpointing. Available options are: true, false, 'offload', diff --git a/index.html b/index.html index 2090ffb38..c3e544103 100644 --- a/index.html +++ b/index.html @@ -809,7 +809,7 @@ gtag('config', 'G-9KYCVJBNMQ', { 'anonymize_ip': true});