From ed61575ea878358d4efa72093472d22ecadee1f4 Mon Sep 17 00:00:00 2001 From: Rudraksh Tuwani Date: Mon, 8 Jun 2026 11:16:55 -0400 Subject: [PATCH] docs: hyperlink GPyTorch and LOCK GP kernel in README Link "GPyTorch" to the project site and "LOCK GP kernel" to the kernel source so readers can jump straight to the implementation. Co-authored-by: Cursor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0e552b..b215245 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Furthermore---by learning what are in effect structure-aware substitution matric ## Repo contents -This repo contains a GPyTorch implementation of LOCK GP as well as a [demo](demo/) on CR6261-H1 antibody fitness data. +This repo contains a [GPyTorch](https://gpytorch.ai/) implementation of [LOCK GP kernel](lock_gp/lock_kernel.py) as well as a [demo](demo/) on CR6261-H1 antibody fitness data. ## Setup