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});