22 buildPythonPackage rec {
28 inherit pname version;
29 hash = "sha256-OEo6wIaDTktzAsP0rOmhxjFSHygTR/EpcRI6AXsu+6M=";
32 disabled = pythonOlder "3.9";
50 optional-dependencies = {
58 ] ++ transformers.optional-dependencies.torch;
61 # Tests of llmx try to access openai, google, etc.
64 pythonImportsCheck = [ "llmx" ];
67 description = "Library for LLM Text Generation";
68 homepage = "https://github.com/victordibia/llmx";
70 license = licenses.mit;
71 maintainers = with maintainers; [ moraxyc ];