Skip to content

Commit ad91959

Browse files
committed
need long
1 parent c2c9601 commit ad91959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zeroband/utils/parquet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
("step", pa.int32()),
1818
("target_lengths", pa.int32()),
1919
("task_type", pa.string()),
20-
("seed", pa.int32()), # Optional - can be null
20+
("seed", pa.int64()), # Optional - can be null
2121
]
2222
)

0 commit comments

Comments
 (0)