From 7ecbc6d50b778f226e52029170c1696399fea51b Mon Sep 17 00:00:00 2001 From: Marco Inacio Date: Fri, 29 Mar 2024 17:09:57 +0000 Subject: [PATCH] fix minor typo (#1924) --- candle-core/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/candle-core/src/lib.rs b/candle-core/src/lib.rs index 1508b9c0..911e379f 100644 --- a/candle-core/src/lib.rs +++ b/candle-core/src/lib.rs @@ -14,7 +14,7 @@ //! //! ## Features //! -//! - Simple syntax (looks and like PyTorch) +//! - Simple syntax (looks and feels like PyTorch) //! - CPU and Cuda backends (and M1 support) //! - Enable serverless (CPU) small and fast deployments //! - Model training