Llama2.jl VS Tricycle

Compare Llama2.jl vs Tricycle and see what are their differences.

Llama2.jl

Julia package for inference and training of Llama-style language models (by cafaxo)

Tricycle

An implementation of a Language Model, completely from scratch (by bclarkson-code)
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
Llama2.jl Tricycle
1 2
122 51
- -
7.2 9.1
30 days ago 11 days ago
Julia Python
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.

Llama2.jl

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

Tricycle

Posts with mentions or reviews of Tricycle. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-01.
  • Ask HN: Who wants to be hired? (May 2024)
    17 projects | news.ycombinator.com | 1 May 2024
    Email: [email protected]

    I'm a Senior Machine Learning Engineer looking for my next challenge. I have a strong background in Deep Learning: I built a state of the art CV model for cancer detection and I'm the author of the Tricycle (https://github.com/bclarkson-code/Tricycle) deep learning framework. I built it from scratch (nothing but python, numpy and a bit of cuda) and recently used it to successfully build and train a small language model.

    I'm looking for an AI Engineer role in london

  • LLM from Scratch: Automatic Differentiation
    2 projects | news.ycombinator.com | 15 Feb 2024
    As a chronic premature optimizer my first reaction was, "Is this even possible in vanilla python???" Obviously it's possible, but can you train an LLM before the heat death of the universe? A perceptron, sure, of course. A deep learning model, plausible if it's not too deep. But a large language model? I.e. the kind of LLM necessary for "from vanilla python to functional coding assistant."

    But obviously the author already thought of that. The source repo has a great motto: "It don't go fast but it do be goin'" [1]

    I love the idea of the project and I'm curious to see what the endgame runtime will be.

    [1] https://github.com/bclarkson-code/Tricycle