mpboyer
local: ptet ça marche en fait
bcfda95
{
pkgs ? import <nixpkgs> { },
}:
with pkgs;
mkShell {
buildInputs = [
(python313.withPackages (
ps: with ps; [
accelerate
datetime
fastmcp
gradio
huggingface-hub
langchain
numpy
pathlib2
python-dotenv
requests
spacy
torch
torch-geometric
transformers
]
))
(callPackage ./jericho.nix { })
];
}