logix-project / logix

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

Fall back to random initialization when PCA initialization encounters errors #36

Closed sangkeun00 closed 11 months ago

sangkeun00 commented 11 months ago

@hage1005

In case users set lora.init = "pca" in config by a mistake, please raise a warning and fall back to random initialization.

sangkeun00 commented 11 months ago

Done