mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-19 12:58:04 +00:00
pjli-dev
This commit is contained in:
parent
e5d5e53728
commit
b379c541bf
11 changed files with 239 additions and 223 deletions
|
|
@ -34,7 +34,6 @@ def main_pipeline(
|
|||
configs = json.load(f)
|
||||
except:
|
||||
import pdb;pdb.set_trace()
|
||||
|
||||
if not configs:
|
||||
configs = [{}]
|
||||
n_per_config = [n // len(configs) for _ in configs]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue