yuntian-deng commited on
Commit
a7d36ba
·
1 Parent(s): f24cce5

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -108,7 +108,7 @@ def draw_trace(image: np.ndarray, previous_actions: List[Tuple[str, List[int]]],
108
 
109
  # Initialize the model at the start of your application
110
  #model = initialize_model("config_csllm.yaml", "yuntian-deng/computer-model")
111
- model = initialize_model("2e5_debug_gpt_firstframe_posmap_longtrainh200.yaml", "yuntian-deng/computer-model")
112
 
113
  device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
114
  model = model.to(device)
 
108
 
109
  # Initialize the model at the start of your application
110
  #model = initialize_model("config_csllm.yaml", "yuntian-deng/computer-model")
111
+ model = initialize_model("pssearch_bsz64_acc1_lr8e5_512_leftclick.yaml", "yuntian-deng/computer-model")
112
 
113
  device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
114
  model = model.to(device)