From 392c9378a98975d9309d84ff0cbc103f79c92412 Mon Sep 17 00:00:00 2001 From: bkellam Date: Sat, 28 Sep 2024 23:59:00 -0700 Subject: [PATCH] expand demo config --- demo-site-config.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/demo-site-config.json b/demo-site-config.json index 408b4d40..31d609ed 100644 --- a/demo-site-config.json +++ b/demo-site-config.json @@ -10,6 +10,27 @@ "Type": "github", "GitHubOrg": "pytorch", "Name": "pytorch" + }, + { + "Type": "github", + "GitHubOrg": "commaai", + "Name": "^(openpilot|tinygrad)$", + "IncludeForks": true + }, + { + "Type": "github", + "GitHubUser": "ggerganov", + "Name": "^(whisper\\.cpp|llama\\.cpp)$" + }, + { + "Type": "github", + "GitHubOrg": "codemirror", + "Name": "^(dev|lang-.*)$" + }, + { + "Type": "github", + "GitHubOrg": "tailwindlabs", + "Name": "^tailwindcss$" } ] } \ No newline at end of file