mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-11-22 16:27:58 +01:00
Updated _Sidebar (markdown)
parent
a0fc3c910f
commit
fc8b8afc17
23
_Sidebar.md
23
_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]]
|
||||
|
||||
# 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)
|
||||
|
Loading…
Reference in New Issue
Block a user