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.