From ef9cfc287e2c373fddd402819aad9c367bdf0d54 Mon Sep 17 00:00:00 2001 From: Andrew Lapp Date: Fri, 17 May 2024 08:25:59 -0500 Subject: [PATCH] fix --- asv.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asv.conf.json b/asv.conf.json index 68a38f10c..c218f7b56 100644 --- a/asv.conf.json +++ b/asv.conf.json @@ -2,7 +2,7 @@ "version": 1, "project": "outlines", "project_url": "https://outlines-dev.github.io/outlines/", - "repo": "..", + "repo": "https://github.com/outlines-dev/outlines", "dvcs": "git", "branches": ["main"], "build_command": "pip install .",