From 722806c81819b7f60485b96bd5fc0bec508b26dc Mon Sep 17 00:00:00 2001 From: Michal Lopuszynski Date: Mon, 26 Aug 2024 22:04:03 +0200 Subject: [PATCH] Update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ee6d59d..ba3d5b5 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,9 @@ # ptdeco -`ptdeco` is a library for model optimization by decomposition built on top of PyTorch. +`ptdeco` is a library for model optimization by matrix decomposition built on top of PyTorch. + +There is a introductory presentation on `ptdeco` from Warsaw AI meetup 2024.05.23 - [Practical low-rank decomposition (not only) for large language models](https://www.youtube.com/watch?v=8CcRsX4IMnU&t=1800s).