logix-project / logix

AI Logging for Interpretability and Explainability🔬
Apache License 2.0
86 stars 6 forks source link

Deprecate torch.save in flush_unsafe #24

Closed sangkeun00 closed 11 months ago

sangkeun00 commented 11 months ago

Since we moved our log saving logic from torch.save to memmap, we need to update the code for flush_unsafe accordingly.

@eatpk Please take a loot at it.

sangkeun00 commented 11 months ago

Closing because it was addressed in #25