Llama2.c Alternatives

Similar projects and alternatives to llama2.c

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better llama2.c alternative or higher similarity.

llama2.c discussion

Log in or Post with

llama2.c reviews and mentions

Posts with mentions or reviews of llama2.c. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-07-23.
  • Llama 3.1 in C
    5 projects | news.ycombinator.com | 23 Jul 2024
    My bad, I directly linked to the C file instead of the project here:

    So it is a program that given a model file, tokenizer file and a prompt, it continues to generate text.

    So to get it to work, you need to clone and build this: https://github.com/trholding/llama2.c

    So the steps are like this:

    First you'll need to obtain approval from Meta to download llama3 models on hugging face.

    So go to https://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct, fill the form and then go to https://huggingface.co/settings/gated-repos see acceptance status. Once accepted, do the following to download model, export and run.

    huggingface-cli download meta-llama/Meta-Llama-3.1-8B-Instruct --include "original/*" --local-dir Meta-Llama-3.1-8B-Instruct

    git clone https://github.com/trholding/llama2.c.git

    cd llama2.c/

    # Export Quantized 8bit

    python3 export.py ../llama3.1_8b_instruct_q8.bin --version 2 --meta-llama ../Meta-Llama-3.1-8B-Instruct/original/

    # Fastest Quantized Inference build

    make runq_cc_openmp

    # Test Llama 3.1 inference, it should generate sensible text

    ./run ../llama3.1_8b_instruct_q8.bin -z tokenizer_l3.bin -l 3 -i " My cat"

  • What would an LLM OS look like?
    2 projects | news.ycombinator.com | 14 Mar 2024
    Nice article. We did a demo for booting to LLM and also as Kernel Module: https://github.com/trholding/llama2.c The whole things was funny and buggy, but since then we have been developing in stealth, even trying to raise VC capital. Our goal is to make computers like a buddy to whom you can talk to and explain things and get work done, kinda like a Jarvis. The way we interact with computers haven't changed for decades, its time to disrupt that to get more productivity. I also believe with this approach one can avoid installing different applications, when the computer (models) emulate activities done through applications. For example, cutting and pasting a dog from a dog photo onto a banner for a dog racing competition would not require you to be a graphics artist nor use tools like photshop / gimp. You could tell the computer and it would use segment anything to cut the dog, use Text and SD for banner text and bg paste the dog, seek your approval, search for the fastest, best and cheapest banner printing service and submit it. 10 years ago this could have been sci-fi, but now it is a possibility. Just need to connect the dots, package and polish it to make it a good product.
  • The Second Batch of the Open Source AI Grants
    1 project | news.ycombinator.com | 15 Dec 2023
    We are trying to create a proper OS that boots to an LLM. A toy demo is available in the releases: https://github.com/trholding/llama2.c

    Can we apply?

  • Llama 2 Everywhere (L2E): Standalone, Binary Portable, Bootable Llama 2
    1 project | /r/Boiling_Steam | 9 Oct 2023
    1 project | /r/hackernews | 8 Oct 2023
    1 project | news.ycombinator.com | 5 Oct 2023
  • Play a hidden framebuffer Doom on TempleDOS
    1 project | news.ycombinator.com | 3 Oct 2023
  • Show HN: Tiny OS that boots to LLAMA2, has DOOM and easter eggs
    1 project | news.ycombinator.com | 3 Oct 2023
  • A Linux OS that boots to LLAMA2 and has a startrek like UI
    2 projects | news.ycombinator.com | 2 Oct 2023
    I feel you!

    Here it is: https://github.com/trholding/llama2.c#new---l2e-os-linux-ker...

  • OS that boots to LLAMA2 also runs LLAMA2 as kernel module
    2 projects | news.ycombinator.com | 2 Oct 2023
    404? Try: https://github.com/trholding/llama2.c
  • A note from our sponsor - SaaSHub
    www.saashub.com | 2 Dec 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic llama2.c repo stats
20
1,512
7.6
about 1 month ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you konow that C is
the 7th most popular programming language
based on number of metions?