ferrite VS hae

Compare ferrite vs hae and see what are their differences.

ferrite

Simple, lightweight transformers in Fortran (by rbitr)

hae

Like grep but with natural language queries (by eeroel)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
ferrite hae
3 3
13 48
- -
6.1 7.8
6 months ago 4 months ago
Fortran C++
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ferrite

Posts with mentions or reviews of ferrite. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-08.
  • hae – like grep but with natural language queries
    2 projects | news.ycombinator.com | 8 Jan 2024
    This is interesting, I'd like to see how fast it runs. A challenge even with fast implementations of models is there is always some overhead starting up.

    I also want to mention this is exactly the kind of use case I had in mind for Ferrite, a dependency free Fortran implementation of sentence transformers: https://github.com/rbitr/ferrite The idea is a very simple script to run transformer inference on a CPU that can be incorporated into a project without pulling in a million dependencies.

    I am happy to see though that this is a C++ project and appears not to require pytorch and HF transformers to use!

  • GPU Embedding with GGML
    3 projects | news.ycombinator.com | 16 Oct 2023
    I'll plug the project I've started work on along the same lines - a simplified CPU focused embedding model (right now with distillbert) that's coded as a single file with no dependencies and no abstraction. https://github.com/rbitr/ferrite
  • Ferrite – Simple, lightweight transformers in Fortran
    1 project | news.ycombinator.com | 13 Oct 2023

hae

Posts with mentions or reviews of hae. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-08.

What are some alternatives?

When comparing ferrite and hae you can also consider the following projects:

llama2.f90 - LLaMA2 model in Fortran [Moved to: https://github.com/rbitr/llm.f90]

ollama - Get up and running with Llama 3, Mistral, Gemma, and other large language models.