mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-06 03:20:52 +00:00
fix default eval setting (#6321)
Co-authored-by: Tong Li <tong.li35271158@gmail.com>
This commit is contained in:
@@ -149,7 +149,7 @@ class BaseProducer:
|
||||
else:
|
||||
raise ValueError(f"Unknown evaluation function type {evaluation_function_type}")
|
||||
else:
|
||||
raise ValueError("eval_dataset_config is not defined")
|
||||
print("No eval dataset provided, skip eval")
|
||||
self.device = get_current_device()
|
||||
|
||||
# init backend
|
||||
|
Reference in New Issue
Block a user