39 src = fetchFromGitHub {
42 rev = "refs/tags/v${version}";
43 hash = "sha256-3IJcqVULOK0Nf72sgv80q9U8QZ3pNHLYaNwCQohdBB8=";
50 propagatedBuildInputs = [
64 # ] ++ markdown2.optional-dependencies.all;
67 passthru.optional-dependencies = {
91 pythonImportsCheck = [ "fastchat" ];
93 # tests require networking
97 description = "An open platform for training, serving, and evaluating large language models. Release repo for Vicuna and Chatbot Arena";
98 homepage = "https://github.com/lm-sys/FastChat";
99 license = licenses.asl20;
100 maintainers = with maintainers; [ happysalada ];