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-21 20:22:49 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
872c3f14b0c5ead35d031a9881c5944700508756
candle
/
candle-transformers
History
Laurent Mazare
872c3f14b0
Add the MPT model. (
#1114
)
...
* Add the MPT model. * Add ffn and block. * Forward pass for the mpt block. * Repeat-kv.
2023-10-17 16:06:48 +01:00
..
src
Add the MPT model. (
#1114
)
2023-10-17 16:06:48 +01:00
tests
Implement top_p / nucleus sampling (
#819
)
2023-09-12 18:10:16 +02:00
Cargo.toml
Bump the version to 0.3.0. (
#1014
)
2023-10-01 13:51:57 +01:00
README.md
Add some missing readme files. (
#304
)
2023-08-02 10:57:12 +01:00
README.md
candle-transformers