da03 commited on
Commit
5ca8086
·
1 Parent(s): 1a5d2e7
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -142,7 +142,7 @@ def draw_trace(image: np.ndarray, previous_actions: List[Tuple[str, List[int]]],
142
 
143
  # Initialize the model at the start of your application
144
  #model = initialize_model("config_csllm.yaml", "yuntian-deng/computer-model")
145
- model = initialize_model("pssearch_bsz64_acc1_lr8e5_512_leftclick_histpos_512_384.yaml", "yuntian-deng/computer-model")
146
 
147
  device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
148
  model = model.to(device)
 
142
 
143
  # Initialize the model at the start of your application
144
  #model = initialize_model("config_csllm.yaml", "yuntian-deng/computer-model")
145
+ model = initialize_model("standard_challenging_context32_nocond_all.yaml", "yuntian-deng/computer-model")
146
 
147
  device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
148
  model = model.to(device)