summaryrefslogtreecommitdiff
path: root/candle-flash-attn
diff options
context:
space:
mode:
authorLaurent Mazare <laurent.mazare@gmail.com>2023-08-02 11:12:18 +0100
committerGitHub <noreply@github.com>2023-08-02 11:12:18 +0100
commit4fe8a02f88f5bcb3a0d35d872de32424368ddec7 (patch)
tree11a97927711013b8e0f3b70b4cb5c08ef71475a1 /candle-flash-attn
parent03a421f7145b36377cf8904497da96a1771ab99c (diff)
downloadcandle-4fe8a02f88f5bcb3a0d35d872de32424368ddec7.tar.gz
candle-4fe8a02f88f5bcb3a0d35d872de32424368ddec7.tar.bz2
candle-4fe8a02f88f5bcb3a0d35d872de32424368ddec7.zip
Update the repo location. (#305)
Diffstat (limited to 'candle-flash-attn')
-rw-r--r--candle-flash-attn/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/candle-flash-attn/Cargo.toml b/candle-flash-attn/Cargo.toml
index cf76b159..ee6ce90a 100644
--- a/candle-flash-attn/Cargo.toml
+++ b/candle-flash-attn/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
description = "Flash attention layer for the candle ML framework."
-repository = "https://github.com/LaurentMazare/candle"
+repository = "https://github.com/huggingface/candle"
keywords = ["blas", "tensor", "machine-learning"]
categories = ["science"]
license = "MIT/Apache-2.0"