mirror of
https://github.com/deepseek-ai/DeepSeek-Math
synced 2025-06-26 18:16:20 +00:00
update submit_eval_jobs
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
import argparse
|
||||
import os
|
||||
import sys
|
||||
import_path = os.path.abspath(__file__)
|
||||
for _ in range(2):
|
||||
import_path = os.path.dirname(import_path)
|
||||
sys.path.append(import_path)
|
||||
|
||||
from tqdm import tqdm
|
||||
import json
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
import argparse
|
||||
import os
|
||||
import sys
|
||||
import_path = os.path.abspath(__file__)
|
||||
for _ in range(2):
|
||||
import_path = os.path.dirname(import_path)
|
||||
sys.path.append(import_path)
|
||||
|
||||
import json
|
||||
from copy import deepcopy
|
||||
from functools import partial
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
import argparse
|
||||
import os
|
||||
import sys
|
||||
import_path = os.path.abspath(__file__)
|
||||
for _ in range(2):
|
||||
import_path = os.path.dirname(import_path)
|
||||
sys.path.append(import_path)
|
||||
|
||||
from tqdm import tqdm
|
||||
import regex
|
||||
import json
|
||||
|
||||
Reference in New Issue
Block a user