Skip to content

Commit d8fc526

Browse files
committed
Fix prerequisites installation order
1 parent cdb440e commit d8fc526

3 files changed

Lines changed: 25 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
8+
## [1.27.0] - 2026-02-23
9+
10+
### Added
11+
- [Build] Add bartowski1182 calibration_datav5.txt
12+
- [Server] Add -disableMultimodal option to enable prompt caching
13+
14+
### Fixed
15+
- [Documentation] Fix prerequisites installation order
16+
717
## [1.26.0] - 2026-01-05
818

919
### Added

README.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ This script currently supports `OpenBLAS` for CPU BLAS acceleration and `CUDA` f
1717

1818
### 1. Install Prerequisites
1919

20-
Download and install the latest versions:
20+
Download and install the latest versions in the following order:
2121

22-
* [CMake](https://cmake.org/download/)
23-
* [Cuda](https://developer.nvidia.com/cuda-downloads)
24-
* [Git Large File Storage](https://git-lfs.com)
25-
* [Git](https://git-scm.com/download)
26-
* [Miniconda](https://conda.io/projects/conda/en/stable/user-guide/install)
27-
* [Visual Studio 2022 - Community](https://visualstudio.microsoft.com/downloads/)
22+
1. [Git](https://git-scm.com/download)
23+
2. [Git Large File Storage](https://git-lfs.com)
24+
3. [Miniconda](https://conda.io/projects/conda/en/stable/user-guide/install)
25+
4. [Visual Studio 2022 - Community](https://aka.ms/vs/17/release/vs_community.exe)
26+
5. [Cuda](https://developer.nvidia.com/cuda-downloads)
27+
6. [CMake](https://cmake.org/download/)
2828

2929
> [!TIP]
3030
> When installing Visual Studio 2022 it is sufficent to just install the `Build Tools for Visual Studio 2022` package. Also make sure that `Desktop development with C++` is enabled in the installer.
@@ -245,10 +245,11 @@ Every time there is a new release of [llama.cpp](https://github.com/ggerganov/ll
245245

246246
### Build a specific version of llama.cpp
247247

248-
You can build a specific version of llama.cpp by specifying a git tag or commit:
248+
You can build a specific version of llama.cpp by specifying a git tag, commit or pull request:
249249

250-
| Command | Description |
251-
| -------------------------------------------- | -------------------- |
252-
| `./rebuild_llama.cpp.ps1` | The latest release |
253-
| `./rebuild_llama.cpp.ps1 -version "b1138"` | The tag `b1138` |
254-
| `./rebuild_llama.cpp.ps1 -version "1d16309"` | The commit `1d16309` |
250+
| Command | Description |
251+
| ---------------------------------------------- | ------------------------ |
252+
| `./rebuild_llama.cpp.ps1` | The latest release |
253+
| `./rebuild_llama.cpp.ps1 -version "b1138"` | The tag `b1138` |
254+
| `./rebuild_llama.cpp.ps1 -version "1d16309"` | The commit `1d16309` |
255+
| `./rebuild_llama.cpp.ps1 -pullRequest "18675"` | The pull request `18675` |

vendor/llama.cpp

Submodule llama.cpp updated 405 files

0 commit comments

Comments
 (0)