HaileyStorm commited on
Commit
2753ffc
1 Parent(s): 99820f8

Update chess-gpt-eval/main.py

Browse files
Files changed (1) hide show
  1. chess-gpt-eval/main.py +1 -1
chess-gpt-eval/main.py CHANGED
@@ -560,7 +560,7 @@ move_num_in_gamestate = False
560
  if __name__ == "__main__":
561
  for nanogpt_player in player_ones:
562
  for i in range(1): #range(11):
563
- num_games = 312 #265 #265 instead of 250 for duplicates (for lc0, stockfish doesn't need it)
564
  # player_one = GPTPlayer(model="gpt-3.5-turbo-instruct")
565
  # player_one = LocalLlamaPlayer(model_name="meta-llama/Llama-2-7b-hf")
566
  # player_one = LocalLoraLlamaPlayer("meta-llama/Llama-2-7b-hf", "/workspace/axolotl/lora2-out")
 
560
  if __name__ == "__main__":
561
  for nanogpt_player in player_ones:
562
  for i in range(1): #range(11):
563
+ num_games = 522 #265 #265 instead of 250 for duplicates (for lc0, stockfish doesn't need it)
564
  # player_one = GPTPlayer(model="gpt-3.5-turbo-instruct")
565
  # player_one = LocalLlamaPlayer(model_name="meta-llama/Llama-2-7b-hf")
566
  # player_one = LocalLoraLlamaPlayer("meta-llama/Llama-2-7b-hf", "/workspace/axolotl/lora2-out")