From fc8b8afc17ac9010162d0b98c7d7351964fe2a1f Mon Sep 17 00:00:00 2001 From: Brian Date: Sun, 26 May 2024 00:56:07 +1000 Subject: [PATCH] Updated _Sidebar (markdown) --- _Sidebar.md | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/_Sidebar.md b/_Sidebar.md index 7de25c3..4ec9ead 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -17,10 +17,29 @@ Useful information for users that doesn't fit into Readme. # Technical Details -[![Actions Status](https://github.com/ggerganov/llama.cpp/workflows/CI/badge.svg)](https://github.com/ggerganov/llama.cpp/actions) - These are information useful for Maintainers and Developers which does not fit into code comments * [[Tensor-Encoding-Schemes]] * [[Terminology]] -* [[PR And Issue Tickets Maintenance]] \ No newline at end of file +* [[PR And Issue Tickets Maintenance]] + +# Github Actions Main Branch Status + +Click on a badge to jump to workflow. +This is here as a useful general view of all the actions so that we may notice quicker if main branch automation is broken and where. + +- [![bench action status](https://github.com/ggerganov/llama.cpp/actions/workflows/bench.yml/badge.svg)](https://github.com/ggerganov/llama.cpp/actions/workflows/bench.yml) +- [![build action status](https://github.com/ggerganov/llama.cpp/actions/workflows/build.yml/badge.svg)](https://github.com/ggerganov/llama.cpp/actions/workflows/build.yml) +- [![close-issue action status](https://github.com/ggerganov/llama.cpp/actions/workflows/close-issue.yml/badge.svg)](https://github.com/ggerganov/llama.cpp/actions/workflows/close-issue.yml) +- [![code-coverage action status](https://github.com/ggerganov/llama.cpp/actions/workflows/code-coverage.yml/badge.svg)](https://github.com/ggerganov/llama.cpp/actions/workflows/code-coverage.yml) +- [![docker action status](https://github.com/ggerganov/llama.cpp/actions/workflows/docker.yml/badge.svg)](https://github.com/ggerganov/llama.cpp/actions/workflows/docker.yml) +- [![editorconfig action status](https://github.com/ggerganov/llama.cpp/actions/workflows/editorconfig.yml/badge.svg)](https://github.com/ggerganov/llama.cpp/actions/workflows/editorconfig.yml) +- [![gguf-publish action status](https://github.com/ggerganov/llama.cpp/actions/workflows/gguf-publish.yml/badge.svg)](https://github.com/ggerganov/llama.cpp/actions/workflows/gguf-publish.yml) +- [![labeler action status](https://github.com/ggerganov/llama.cpp/actions/workflows/labeler.yml/badge.svg)](https://github.com/ggerganov/llama.cpp/actions/workflows/labeler.yml) +- [![nix-ci-aarch64 action status](https://github.com/ggerganov/llama.cpp/actions/workflows/nix-ci-aarch64.yml/badge.svg)](https://github.com/ggerganov/llama.cpp/actions/workflows/nix-ci-aarch64.yml) +- [![nix-ci action status](https://github.com/ggerganov/llama.cpp/actions/workflows/nix-ci.yml/badge.svg)](https://github.com/ggerganov/llama.cpp/actions/workflows/nix-ci.yml) +- [![nix-flake-update action status](https://github.com/ggerganov/llama.cpp/actions/workflows/nix-flake-update.yml/badge.svg)](https://github.com/ggerganov/llama.cpp/actions/workflows/nix-flake-update.yml) +- [![nix-publish-flake action status](https://github.com/ggerganov/llama.cpp/actions/workflows/nix-publish-flake.yml/badge.svg)](https://github.com/ggerganov/llama.cpp/actions/workflows/nix-publish-flake.yml) +- [![python-check-requirements action status](https://github.com/ggerganov/llama.cpp/actions/workflows/python-check-requirements.yml/badge.svg)](https://github.com/ggerganov/llama.cpp/actions/workflows/python-check-requirements.yml) +- [![python-lint action status](https://github.com/ggerganov/llama.cpp/actions/workflows/python-lint.yml/badge.svg)](https://github.com/ggerganov/llama.cpp/actions/workflows/python-lint.yml) +- [![server action status](https://github.com/ggerganov/llama.cpp/actions/workflows/server.yml/badge.svg)](https://github.com/ggerganov/llama.cpp/actions/workflows/server.yml)