From a50cf023d67d92d70a44f6b9068cf11aa1ba7e1e Mon Sep 17 00:00:00 2001 From: Kenneth Date: Mon, 25 Nov 2024 17:56:12 +0000 Subject: [PATCH] chore: update README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c4e92bb..8ebeb07 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,10 @@ infinifi consists of two parts, the inference server and the web server. 5 audio when the inference server is down, the web server will recycle saved clips until it is back up again. +## requirements + +- python >= 3.10 (tested with python 3.12 only) + ## running it yourself i have recently changed the networking between the web server and the inference server. at the moment, the inference happens on fal infrastructure (`fal_app.py`), and i have yet to update the standalone inference server code `inference_server.py` to match the new architecture.