mirror of
https://github.com/huggingface/candle.git
synced 2025-06-16 18:48:51 +00:00
Convmixer (#1073)
* Only optimize float tensors. * Use full tensors for zeros and ones. * Add a benchmark for the matmul slowness. * Add the convmixer model. * Proper adaptive pooling.
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
pub mod bert;
|
||||
pub mod bigcode;
|
||||
pub mod convmixer;
|
||||
pub mod dinov2;
|
||||
pub mod efficientnet;
|
||||
pub mod falcon;
|
||||
|
Reference in New Issue
Block a user