staghado / vit.cpp

Inference Vision Transformer (ViT) in plain C/C++ with ggml
MIT License
225 stars 18 forks source link

vit : remove redundant ggml_cont ops #2

Closed ggerganov closed 10 months ago

ggerganov commented 10 months ago

I believe these ggml_cont() ops are not necessary.

Haven't tested extensively but the images in the assets folder seem to work the same as on master