Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Georgi Gerganov edited this pageJul 31, 2025 ·10 revisions

Welcome to the llama.cpp wiki!

Install

yay -S llama.cppyay -S llama.cpp-cudayay -S llama.cpp-hipyay -S llama.cpp-vulkan

Nix

nix run github:ggerganov/llama.cppnix run'github:ggerganov/llama.cpp#opencl'

NixOS

{config,pkgs, ...}:{nixpkgs.config.packageOverrides=pkgs:{llama-cpp=(builtins.getFlake"github:ggerganov/llama.cpp").packages.${builtins.currentSystem}.default;};};environment.systemPackages=withpkgs;[llama-cpp]}

Android Termux

Waithttps://github.com/termux/termux-packages/pull/17457.

apt install llama-cpp

Windows Msys2

pacman -S llama-cpp

Debian (Ubuntu)

git clone --depth=1 https://github.com/ggerganov/llama.cppcd llama.cppcmake -Bbuildcmake --build build -D...cd buildcpack -G DEBdpkg -i*.deb

Redhat

git clone --depth=1 https://github.com/ggerganov/llama.cppcd llama.cppcmake -Bbuildcmake --build build -D...cd buildcpack -G RPMrpm -i*.rpm

Users Guide

Useful information for users that doesn't fit into Readme.

Technical Details

These are information useful for Maintainers and Developers which does not fit into code comments

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
  • build action status
  • close-issue action status
  • code-coverage action status
  • docker action status
  • editorconfig action status
  • gguf-publish action status
  • labeler action status
  • nix-ci-aarch64 action status
  • nix-ci action status
  • nix-flake-update action status
  • nix-publish-flake action status
  • python-check-requirements action status
  • python-lint action status
  • server action status

Clone this wiki locally


[8]ページ先頭

©2009-2025 Movatter.jp