Skip to content

Commit

Permalink
Update jax/config.py
Browse files Browse the repository at this point in the history
Co-authored-by: Stephan Hoyer <shoyer@google.com>
  • Loading branch information
mattjj and shoyer authored Mar 23, 2021
1 parent c2ef1fc commit 8b16efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jax/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,4 +400,4 @@ def __setattr__(self, name, val):
'convolution on 32bit inputs. The levels roughly describe the '
"precision at which scalar products are computed. The 'bfloat16' "
"option is the fastest and least precise; 'float32' is similar to "
"full 'float32 precision; 'tensorfloat32' is intermediate.\n\n"))
"full float32 precision; 'tensorfloat32' is intermediate.\n\n"))

0 comments on commit 8b16efd

Please sign in to comment.