This website requires JavaScript.
Explore
Help
Register
Sign In
huggingface
/
candle
Watch
1
Star
0
Fork
0
You've already forked candle
mirror of
https://github.com/huggingface/candle.git
synced
2025-06-17 11:08:52 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d72c44705c4f6de9b96eb253e05b08bce3ae4b9b
candle
/
candle-nn
/
tests
History
Mike Seddon
c930ab7e1a
upgrade half library to fix rand (
#2806
)
...
fix lints
2025-03-14 09:01:54 +01:00
..
batch_norm.rs
Bug Fix: When converting a tensor to a variable, clone if the tensor is already a variable. (
#2124
)
2024-04-29 11:21:53 +02:00
group_norm.rs
…
kv_cache.rs
Add a RotatingKVCache. (
#2493
)
2024-09-23 13:14:32 +02:00
layer_norm.rs
Enable the new layer-norm. (
#2213
)
2024-05-24 16:48:21 +02:00
loss.rs
Add Binary Cross Entropy With Logit Loss to nn crate (
#1157
)
2023-10-23 17:12:44 +01:00
one_hot.rs
Add one-hot/cold encoding (
#1489
)
2024-01-01 11:18:40 +01:00
ops.rs
upgrade half library to fix rand (
#2806
)
2025-03-14 09:01:54 +01:00
optim.rs
Tweak the VarMap set type. (
#1758
)
2024-02-25 20:50:08 +01:00
rnn.rs
…
sdpa.rs
Make the metal sdpa tests deterministic. (
#2750
)
2025-01-28 09:05:24 +01:00