llama-dl VS devenv

Compare llama-dl vs devenv and see what are their differences.

llama-dl

High-speed download of LLaMA, Facebook's 65B parameter GPT model [UnavailableForLegalReasons - Repository access blocked] (by shawwn)

devenv

Fast, Declarative, Reproducible, and Composable Developer Environments (by cachix)
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
llama-dl devenv
17 90
3,386 3,470
- 7.2%
8.8 9.8
about 1 year ago 2 days ago
Shell Nix
GNU General Public License v3.0 only Apache License 2.0
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.

llama-dl

Posts with mentions or reviews of llama-dl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-22.
  • Gitlab confirms it's removed Suyu, a fork of Nintendo Switch emulator Yuzu
    3 projects | news.ycombinator.com | 22 Mar 2024
    There seems to be some confusion here. Let me step in as someone who has gone through this.

    My repo https://github.com/shawwn/llama-dl was taken down last March by Facebook. They asserted copyright over LLaMA, which is obviously bogus since it was trained on data they do not own the copyright to. I was bummed about this, but after I mentioned on HN that I was willing to fight Meta, an anonymous person named L contacted me and sent $20k of Monero to cover legal fees. I was also contacted by an amazing lawyer who wanted to represent me in this. I was absurdly fortunate on both counts.

    He drafted a counternotice, we sent it, and then my repo was restored within a week or so.

    GitHub had no choice in the matter. Legally this is a required process. Ditto for GitLab. Both are US companies.

    When YouTube-dl was taken down some time ago by a DMCA, Nat went to bat and got it restored, and GitHub made some sort of pledge to cover legal fees associated with bogus takedown requests.

    Here’s the shitty part for this particular situation. A case can be made that the emulator is for the purpose of circumventing copyright protection mechanisms. This, sadly, is a solid legal basis for issuing a lawful takedown, as much as we all absolutely despise that idea. It’s pretty clear cut; Nintendo doesn’t want Switch games to be run on non-Nintendo platforms, and the emulator seeks to enable Switch games to be run on any platform. Therefore, the intent of the emulator is to circumvent Nintendo’s protection mechanisms.

    So where does this leave us? Well, the team can file a counternotice. GitLab will restore the repo. But that opens up the team to a lawsuit by Nintendo. And as much as I want to stand up to bullies, there’s a difference between standing up to a guy shoving a kid in a locker vs standing up to a Silverback gorilla charging at you. Nintendo’s legal history implies the latter.

    Welcome to Nintendo pain. The Smash community has been dealing with Nintendo’s BS for decades now. They shut down tournaments that use emulators for Smash Melee. And no one can do anything, because it’s their legal right to do so.

  • [Chat Gpt] Metas LLaMA LLM ist durchgesickert – Führen Sie unzensierte KI auf Ihrem Heim-PC aus!
    2 projects | /r/aufdeutsch | 24 Apr 2023
  • Run LLaMA and Alpaca on your computer
    3 projects | news.ycombinator.com | 5 Apr 2023
    Your philosophical argument is interesting, but what the op was saying was one of the linked repos in inaccessible due to DMCA: https://github.com/shawwn/llama-dl

    So while what you say may be true the DMCA seems to have worth for these orgs because they can get code removed by the host, who is uninterested in litigating, and the repo owner likely is even less capable of litigating the DMCA.

    Unfortunately as a tool of fear and legal gridlock DMCA has shown itself to be very useful to those with ill intent.

  • Meta DMCAs llama-dl Repository
    1 project | news.ycombinator.com | 23 Mar 2023
  • Load LLaMA Models Instantly
    5 projects | news.ycombinator.com | 17 Mar 2023
  • Is there some sort of open-source equivalent of this?
    1 project | /r/ChatGPT | 13 Mar 2023
    Here are some useful links: https://github.com/shawwn/llama-dl and https://rentry.org/llama-tard-v2#tips-and-tricks
  • FLiP Stack Weekly for 13 March 2023
    25 projects | dev.to | 13 Mar 2023
  • Using LLaMA with M1 Mac and Python 3.11
    6 projects | news.ycombinator.com | 12 Mar 2023
    Sure. You can get models with magnet link from here https://github.com/shawwn/llama-dl/

    To get running, just follow these steps https://github.com/ggerganov/llama.cpp/#usage

  • New JailBreak prompt + How to stop flagging/blocking!
    1 project | /r/u_Rumikosan | 12 Mar 2023
    https://rentry.org/llama-tard-v2#tips-and-tricks https://github.com/shawwn/llama-dl
  • LLaMA, o ChatGPT da Meta vaza na internet e já pode ser baixada
    2 projects | /r/brasil | 11 Mar 2023

devenv

Posts with mentions or reviews of devenv. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-27.
  • Install Asdf: One Runtime Manager to Rule All Dev Environments
    10 projects | news.ycombinator.com | 27 Apr 2024
    Sounds like nix using devenv[1] also would solve this problem.

    https://devenv.sh/

  • Show HN: Is_ready – Wait for many services to become available – 0 Dependencies
    6 projects | news.ycombinator.com | 27 Apr 2024
    It works on MacOS/Windows, unlike systemd. Therefore it's well suited for development environment setups for polyglot teams.

    https://devenv.sh/ is one example that uses it to do just that.

  • Fast, Declarative, Reproduble and Composable Developer Environments Using Nix
    5 projects | news.ycombinator.com | 12 Apr 2024
    I gave devenv multiple tries, and I am sorry to say there are multiple annoying issues that forced me to give up every time.

    Some of these 200+ issues are unsolved for a fairly long time.

    https://github.com/cachix/devenv/issues

  • Nix – A One Pager
    6 projects | news.ycombinator.com | 6 Apr 2024
    Software developers often want to customize:

    1. their home environments: for packages (some reach for brew on MacOS) and configurations (dotfiles, and some reach for stow).

    2. their development shells: for build dependencies (compilers, SDKs, libraries), tools (LSP, linters, formatters, debuggers), and services (runtime, database). Some reach for devcontainers here.

    3. or even their operating systems: for development, for CI, for deployment, or for personal use.

    Nix provision all of the above in the same language, with Nixpkgs, NixOS, home-manager, and devShells such as https://devenv.sh/. What's more, Nix is (https://nixos.org/):

    - reproducible: what works on your dev machine also works in CI in prod,

    - declarative: you version control and review your configurations and infrastructure as code, at a reasonable level of abstraction,

    - reliable: all changes are atomic with easy roll back.

  • Show HN: Lapdev, a new open-source remote dev environment management software
    7 projects | news.ycombinator.com | 23 Mar 2024
    https://devenv.sh/ and nix in general are great for setting up dev environments.
  • Show HN: Flox 1.0 – Open-source dev env as code with Nix
    17 projects | news.ycombinator.com | 13 Mar 2024
    > but worried that the development is not moving forward

    There is an open v1.0 PR: https://github.com/cachix/devenv/pull/1005

  • What's the Next Vagrant?
    1 project | news.ycombinator.com | 15 Jan 2024
    2) A way to run services apps depend on (databases, job runners, cache etc).

    I am going to suggest one of the Nix based tools that do those things:

      - https://devenv.sh/ (I use this at work)
  • Ask HN: How can I make local dev with containers hurt less?
    7 projects | news.ycombinator.com | 11 Jan 2024
    Yup, I haven’t tried it but there is https://devenv.sh which is built on top of nix and makes it simple.
  • Flakes aren't real and cannot hurt you: using Nix flakes the non-flake way
    6 projects | news.ycombinator.com | 9 Jan 2024
    Although Guix reads better than Nix (after all, it's Lisp), I found the support and resources available for learning severely lacking.

    Plus, you have to jump through hoops to install non-free software, which goes against the ethos of Guix anyway.

    IMHO, Nix is clearly "the winner" here and we'll see more and more adoption as it improves. Lots of folks are doing exciting work (see https://determinate.systems/, https://devenv.sh/, https://flakehub.com/). And the scale and organization around nixpkgs is damn impressive.

  • NixOS has one fatal flaw
    3 projects | news.ycombinator.com | 15 Dec 2023
    I don't think you can ever get Nix as simple as PNPM, simply because native libraries are sometimes annoying, need to be configured at build time to a greater degree and because the problem space it attacks is so much larger than PNPM, which only deals with the JS/Node.js ecosystem.

    However, I do think that there exist reasonable levels of abstraction that sacrifice some expressive power for simplicity and such systems could maybe expose a PNPM-like CLI. One example that comes to mind is devenv.nix [1]. While it doesn't yet have a CLI, its configuration file is YAML and relatively simple. I think there's more to be done in this space and I hope for tools that are easier to grasp in the future.

    > Nix package files evaluate down to configuration for the Nix package manager, but I haven’t ever seen a good explanation for the basic essentials underneath all the abstraction. Every guide I’ve learned from and all the package defs I’ve read seem to cargo cult many layers of mysterious config composing config. Without easy to learn essentials it’s difficult to grok the system as a whole.

    To me it sounds like the essential that you're referring to is the 'derivation' primitive, which is almost always hidden behind the mkDerivation abstraction from nixpkgs. This [2] blog post is an exploration of what exactly that means.

    I'd also love for the documentation situation to be much better, in particular in terms of official, curated resources. But I'm not convinced that you actually need to know the difference between derivation and mkDerivation to make effective use of Nix, because in practice you would always use the latter. That said, mkDerivation and the whole of nixpkgs is essentially a huge DSL (I believe this is what you meant when you said 'config composing config') that you do need to know and is woefully underdocumented.

    > I would love to adopt Nix for developer tooling for Notion’s engineers, but today it’s about infinity times easier to work around the limitations mentioned of Docker+Ubuntu+NPM than to work around the limitations of Nix.

    One approach I have taken to is to specify the environment in Nix, but then generate Docker devcontainers from it, so most people don't come into contact with Nix if they don't want to.

    [1] https://devenv.sh

    [2] https://ianthehenry.com/posts/how-to-learn-nix/derivations/

What are some alternatives?

When comparing llama-dl and devenv you can also consider the following projects:

llama.cpp - LLM inference in C/C++

devbox - Instant, easy, and predictable development environments

llama - Inference code for Llama models

nix-direnv - A fast, persistent use_nix/use_flake implementation for direnv [maintainer=@Mic92 / @bbenne10]

text-generation-webui - A Gradio web UI for Large Language Models. Supports transformers, GPTQ, AWQ, EXL2, llama.cpp (GGUF), Llama models.

direnv - unclutter your .profile

transformers - 🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.

devshell - Per project developer environments

dalai - The simplest way to run LLaMA on your local machine

rembg - Rembg is a tool to remove images background

llama-mps - Experimental fork of Facebooks LLaMa model which runs it with GPU acceleration on Apple Silicon M1/M2

nix - Nix, the purely functional package manager