Removed typo

This commit is contained in:
Donato Capitella
2025-08-03 14:01:06 +01:00
parent bb6f71dfa5
commit 645a318257
+1 -1
View File
@@ -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 <path-to-model.gguf> x`
python3 tools/gguf-vram-estimator.py <path-to-model.gguf>
```
* Supply one or more context lengths to get the corresponding VRAM footprint.