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-19 19:58:35 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
53e8b7ee3e24be1d6b2265d6bea69aa0048ec8b7
candle
/
candle-core
/
src
/
quantized
History
Laurent Mazare
6fa3151820
Allow using gguf-v3 files. (
#1262
)
2023-11-03 23:07:53 +01:00
..
avx.rs
No need for the even constraint on vecdot-q40-q80. (
#1202
)
2023-10-28 07:23:59 +01:00
ggml_file.rs
Avoid some overflows on wasm32. (
#968
)
2023-09-26 11:15:38 +01:00
gguf_file.rs
Allow using gguf-v3 files. (
#1262
)
2023-11-03 23:07:53 +01:00
k_quants.rs
No need for the even constraint on vecdot-q40-q80. (
#1202
)
2023-10-28 07:23:59 +01:00
mod.rs
Better control on the optional dequantization in QMatMul (
#1049
)
2023-10-07 10:16:18 +01:00
neon.rs
No need for the even constraint on vecdot-q40-q80. (
#1202
)
2023-10-28 07:23:59 +01:00
simd128.rs
No need for the even constraint on vecdot-q40-q80. (
#1202
)
2023-10-28 07:23:59 +01:00
utils.rs
Use the gelu-erf activation. (
#969
)
2023-09-26 22:30:21 +01:00