simonw / llm-mlc

LLM plugin for running models using MLC
Apache License 2.0
174 stars 8 forks source link

git lfs installed check doesn't work with nix #19

Open rupurt opened 7 months ago

rupurt commented 7 months ago

Howdy :wave:

The current installed check for git lfs doesn't work with NixOS or Nix flakes unfortunately :frowning_face: The nix packages don't add the config in https://github.com/simonw/llm-mlc/blob/b05eec9ba008e700ecc422c69e28395fa8e146fd/llm_mlc.py#L42. How do you feel about using a subprocess.run check with git lfs status?

rupurt commented 7 months ago

Added a PR in https://github.com/simonw/llm-mlc/pull/20