From 39df1393f58755f5ad923c8917b7cf86dc99db8a Mon Sep 17 00:00:00 2001 From: Lex-au Date: Sun, 23 Mar 2025 20:34:04 +1100 Subject: [PATCH] Documentation update Adding flag for incompatibility out of the box with Python 3.12 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d9c376..b2c10fa 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ High-performance Text-to-Speech server with OpenAI-compatible API, 8 voices, emo - 🔄 Enhanced environment variable support with .env file loading (configurable via UI) - 🖥️ Added automatic hardware detection and optimization for different GPUs - 📊 Implemented detailed performance reporting for audio generation +- ⚠️ Note: Python 3.12 is not supported due to removal of pkgutil.ImpImporter [GitHub Repository](https://github.com/Lex-au/Orpheus-FastAPI) @@ -62,7 +63,7 @@ Orpheus-FastAPI/ ### Prerequisites -- Python 3.8+ +- Python 3.8-3.11 (Python 3.12 is not supported due to removal of pkgutil.ImpImporter) - CUDA-compatible GPU (recommended: RTX series for best performance) - Separate LLM inference server running the Orpheus model (e.g., LM Studio or llama.cpp server)