feat(data): 重构数据集加载逻辑,修复计数错误

This commit is contained in:
2025-11-28 20:59:24 +08:00
parent 567c55685e
commit 3ee84b31a0
4 changed files with 187 additions and 40 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ def base_test_env(request: pytest.FixtureRequest):
yield {
"device": device,
"test_dir": test_dir,
"test_dir": str(test_dir),
"config_path": config_path,
"transformer_config": transformer_config,
"model": model,