diff options
author | Laurent Mazare <laurent.mazare@gmail.com> | 2023-08-02 11:12:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-02 11:12:18 +0100 |
commit | 4fe8a02f88f5bcb3a0d35d872de32424368ddec7 (patch) | |
tree | 11a97927711013b8e0f3b70b4cb5c08ef71475a1 /candle-flash-attn | |
parent | 03a421f7145b36377cf8904497da96a1771ab99c (diff) | |
download | candle-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.toml | 2 |
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" |