From 91d2ed91700fd995bcea055a3c4c04e21a135da0 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Tue, 9 Sep 2025 08:49:28 -0400 Subject: [PATCH] modified: index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 2e8f21a..7e54179 100644 --- a/index.html +++ b/index.html @@ -325,7 +325,7 @@ getSpeech();

We are considering supporting ollama for better quant support.

Stand up a replica cluster on a new domain.


-sudo apt-get install gcc python3.12-dev
+sudo apt-get install gcc python3.12-dev python3.12-venv
 cd ~
 python3 -m venv env
 source env/bin/activate