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-16 02:38:10 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
91dbf907d3ee45dd4777efa82c1f431907ce8125
candle
/
candle-examples
/
examples
/
musicgen
History
Laurent Mazare
4b3bd79fbd
Remove the embedding ops in favor of index-select. (
#299
)
...
* Remove the embedding ops in favor of index-select. * Also remove the cuda kernels.
2023-08-02 05:42:11 +01:00
..
encodec_model.rs
Remove the embedding ops in favor of index-select. (
#299
)
2023-08-02 05:42:11 +01:00
main.rs
Add some 'cuda-if-available' helper function. (
#172
)
2023-07-15 08:25:15 +01:00
musicgen_model.rs
Softmax numerical stability. (
#267
)
2023-07-28 13:13:01 +01:00
nn.rs
Simplify the parameters used by sum and sum_keepdim. (
#165
)
2023-07-14 08:22:08 +01:00
t5_model.rs
Softmax numerical stability. (
#267
)
2023-07-28 13:13:01 +01:00