CaesarWang commited on
Commit
dc82af5
·
verified ·
1 Parent(s): c4863ef

Fix planner model name: qwen3.5:35b

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -35,7 +35,7 @@ ckpt = hf_hub_download("EngineeringAI-LAB/SocialStructure", "ckpts/best.pt")
35
 
36
  ```bash
37
  python inference/run_inference.py --ckpt $ckpt --demo_id 5 \
38
- --llm_model qwen3:8b --llm_base_url http://localhost:11435/v1 \
39
  --out_dir outputs/handshake --render
40
  ```
41
 
 
35
 
36
  ```bash
37
  python inference/run_inference.py --ckpt $ckpt --demo_id 5 \
38
+ --llm_model qwen3.5:35b --llm_base_url http://localhost:11435/v1 \
39
  --out_dir outputs/handshake --render
40
  ```
41