From e144a0629ce721f9b63fc7effcaa7d5d9bd3d417 Mon Sep 17 00:00:00 2001 From: Hung Le <126562137+LVH-Tony@users.noreply.github.com> Date: Fri, 11 Oct 2024 13:15:19 -0700 Subject: [PATCH] Update VALIDATOR.md --- docs/VALIDATOR.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/VALIDATOR.md b/docs/VALIDATOR.md index 51c28a45..9295ff76 100644 --- a/docs/VALIDATOR.md +++ b/docs/VALIDATOR.md @@ -252,7 +252,7 @@ This method involves self-hosting a vLLM server to run the Validator locally. It 4. **Start the vLLM Server** ```bash . vllm/bin/activate - pm2 start "vllm serve "model_id" --port 8000 --host 0.0.0.0" --name "sn35-vllm" + pm2 start "vllm serve "Qwen/Qwen2.5-Math-7B-Instruct --port 8000 --host 0.0.0.0" --name "sn35-vllm" ``` *Adjust the model, port, and host as needed.* @@ -269,7 +269,7 @@ This method involves self-hosting a vLLM server to run the Validator locally. It --wallet.hotkey "your-hotkey-name" \ --subtensor.network finney \ --llm_client.base_url http://localhost:8000/v1 \ - --llm_client.model "model_id" \ + --llm_client.model Qwen/Qwen2.5-Math-7B-Instruct \ --logging.debug ```