From 309e21fc264c9a11a3b5620f9b8f98a8a7df6c4a Mon Sep 17 00:00:00 2001 From: Andrew Lapp Date: Tue, 4 Jun 2024 01:33:09 -0500 Subject: [PATCH] use outlines-dev/outlines for asv.conf.json show_commit_url --- benchmarks/asv.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/asv.conf.json b/benchmarks/asv.conf.json index 287bff98f..f57db9a0b 100644 --- a/benchmarks/asv.conf.json +++ b/benchmarks/asv.conf.json @@ -11,7 +11,7 @@ "PIP_NO_BUILD_ISOLATION=false python -mpip wheel --no-deps --no-index -w {build_cache_dir} {build_dir}", ], "environment_type": "virtualenv", - "show_commit_url": "https://github.com/lapp0/outlines/commit/", + "show_commit_url": "https://github.com/outlines-dev/outlines/commit/", "benchmark_dir": ".", "env_dir": "env", "results_dir": "results",