7 python3Packages.buildPythonApplication rec {
11 src = fetchFromGitHub {
12 owner = "skypilot-org";
14 rev = "refs/tags/v${version}";
15 hash = "sha256-ZrNI9s7U39SMHqIzOtyuth8Wrkn+T2KSsMfpqO1pxoI=";
20 build-system = with python3Packages; [ setuptools ];
22 # when updating, please ensure package version constraints stipulaed
24 propagatedBuildInputs = with python3Packages; [
49 description = "Run LLMs and AI on any Cloud";
51 SkyPilot is a framework for running LLMs, AI, and batch jobs on any
52 cloud, offering maximum cost savings, highest GPU availability, and
55 homepage = "https://github.com/skypilot-org/skypilot";
56 license = lib.licenses.asl20;
57 maintainers = with lib.maintainers; [ seanrmurphy ];