From 9e008f91e0e7bdeac1c7ce20bfda8e705b12b472 Mon Sep 17 00:00:00 2001 From: Vishal Patil Date: Fri, 14 Feb 2025 15:59:39 -0500 Subject: [PATCH] Fixed Cargo.toml --- self-attention/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/self-attention/Cargo.toml b/self-attention/Cargo.toml index 5141677..fcfb2c8 100644 --- a/self-attention/Cargo.toml +++ b/self-attention/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "self-intention" +name = "self-attention" version = "0.1.0" edition = "2021"