From 9f6cf62a48c9be690a18c83b98fae611586df39c Mon Sep 17 00:00:00 2001 From: George Necula Date: Wed, 11 Dec 2024 14:50:14 +0100 Subject: [PATCH] Minor change in the README, remove "expect bugs" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b001a8ceeb15..b46b6d98bab6 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ are instances of such transformations. Others are [`pmap`](#spmd-programming-with-pmap) for single-program multiple-data (SPMD) parallel programming of multiple accelerators, with more to come. -This is a research project, not an official Google product. Expect bugs and +This is a research project, not an official Google product. Expect [sharp edges](https://jax.readthedocs.io/en/latest/notebooks/Common_Gotchas_in_JAX.html). Please help by trying it out, [reporting bugs](https://github.com/jax-ml/jax/issues), and letting us know what you