chore: update README

This commit is contained in:
2024-11-25 17:56:12 +00:00
parent bd4827dd99
commit a50cf023d6

View File

@@ -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. 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 ## 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. 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.