support parquet format #1446

Former-commit-id: 44a3b9ac9f10d2012b8ad3d8c48123db9a0da2f1
This commit is contained in:
hiyouga 2023-11-09 14:17:40 +08:00
parent 44fe93e9b0
commit 28c67a5be8

View File

@ -13,9 +13,11 @@ logger = get_logger(__name__)
EXT2TYPE = {
"arrow": "arrow",
"csv": "csv",
"json": "json",
"jsonl": "json",
"parquet": "parquet",
"txt": "text"
}