From c9221e0f909e08c070dd358bf8cc0152ce810aee Mon Sep 17 00:00:00 2001 From: Sebastian Raschka Date: Thu, 21 Mar 2024 11:28:05 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b97b1cd62..7d60063864 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ print(result) The compiled function `jfoo` takes and returns PyTorch tensors, just like the original function, so modules and functions compiled by Thunder can be used as part of larger PyTorch programs. -## Model training with Thunder +## Train models Thunder is in its early stages and should not be used for production runs yet.