Ravindra Marella
Ravindra Marella
SVGs downloaded from [fonts site](https://fonts.google.com/icons) don't have the `viewBox` property set for Material Symbols but it is set for Material Icons. Without `viewBox` property, changing width/height will not scale SVGs...
Currently these examples (except whisper) don't compile on Windows with `CMAKE_CXX_STANDARD 11`. Adding `-Wpedantic` should prevent such issues in future.
cc @TheBloke
All the GGML/GGUF models from https://huggingface.co/TheBloke can be used with [ctransformers](https://github.com/marella/ctransformers).
Make CTransformers compatible with 🤗 Transformers: - [x] Add Transformers-compatible model - [x] Add Transformers-compatible tokenizer See: - https://github.com/marella/ctransformers/issues/91#issuecomment-1685118509 - https://github.com/marella/ctransformers/issues/13#issuecomment-1597662836