From 645a318257b7fa634d7a30f68e03dcc6fc63a69a Mon Sep 17 00:00:00 2001 From: Donato Capitella Date: Sun, 3 Aug 2025 14:01:06 +0100 Subject: [PATCH] Removed typo --- docs/vram-estimator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vram-estimator.md b/docs/vram-estimator.md index 9612b66..500b8ee 100644 --- a/docs/vram-estimator.md +++ b/docs/vram-estimator.md @@ -21,7 +21,7 @@ This repo provides a tool, **`gguf-vram-estimator.py`**, which reads a `.gguf` m Make sure you have the estimator script (in `tools/`): ```sh -python3 tools/gguf-vram-estimator.py x` +python3 tools/gguf-vram-estimator.py ``` * Supply one or more context lengths to get the corresponding VRAM footprint.