diff --git a/examples/server/README.md b/examples/server/README.md index 6d6465692..5e3d6a6e6 100644 --- a/examples/server/README.md +++ b/examples/server/README.md @@ -724,7 +724,8 @@ This endpoint is public (no API key check). By default, it is read-only. To make }, "total_slots": 1, "model_path": "../models/Meta-Llama-3.1-8B-Instruct-Q4_K_M.gguf", - "chat_template": "..." + "chat_template": "...", + "build_info": "b(build number)-(build commit hash)" } ```