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 03:54:56 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8bd3d6b94bb2449d056d38d5a42c8e9c762f2d7e
candle
/
candle-core
/
src
/
quantized
History
Laurent Mazare
bfa7c8fc01
Implement the module trait directly for QMatMul. (
#1372
)
2023-11-25 10:09:45 +00: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
Implement the module trait directly for QMatMul. (
#1372
)
2023-11-25 10:09:45 +00: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