Shalfunnn commited on
Commit
09a62bd
·
verified ·
1 Parent(s): bd76a4d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -64,7 +64,7 @@ import torch
64
  from wall_x.model.qwen2_5_based.modeling_qwen2_5_vl_act import Qwen2_5_VLMoEForAction
65
 
66
  # Load the model
67
- model_path = "X-Square-Robot/wall-oss-fast" # or your local path
68
  model = Qwen2_5_VLMoEForAction.from_pretrained(model_path)
69
  model.eval()
70
 
 
64
  from wall_x.model.qwen2_5_based.modeling_qwen2_5_vl_act import Qwen2_5_VLMoEForAction
65
 
66
  # Load the model
67
+ model_path = "X-Square-Robot/wall-oss-flow" # or your local path
68
  model = Qwen2_5_VLMoEForAction.from_pretrained(model_path)
69
  model.eval()
70