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-20 20:09:50 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
cf27b9b6368d0af086e107d1ce890b2993825282
candle
/
candle-core
History
Laurent Mazare
cf27b9b636
Avoid some mut in quantized functions. (
#550
)
...
* Avoid a couple more 'let mut'. * Tweaks.
2023-08-22 15:44:26 +01:00
..
examples
Small tweaks to tensor-tools. (
#517
)
2023-08-19 16:50:26 +01:00
src
Avoid some mut in quantized functions. (
#550
)
2023-08-22 15:44:26 +01:00
tests
Add quantization support for
q2k
,
q3k
,
q4k
and
q5k
(
#524
)
2023-08-22 15:04:55 +01:00
Cargo.toml
Bump the crates version to 0.1.2. (
#522
)
2023-08-20 08:07:07 +01:00
LICENSE
Refactor the hierarchy.
2023-06-27 11:57:27 +02:00
README.md
Refactor the hierarchy.
2023-06-27 11:57:27 +02:00
README.md
candle
Minimalist ML framework for Rust