Skip to content

Commit 39df139

Browse files
committed
Documentation update
Adding flag for incompatibility out of the box with Python 3.12
1 parent 088363e commit 39df139

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ High-performance Text-to-Speech server with OpenAI-compatible API, 8 voices, emo
1414
- 🔄 Enhanced environment variable support with .env file loading (configurable via UI)
1515
- 🖥️ Added automatic hardware detection and optimization for different GPUs
1616
- 📊 Implemented detailed performance reporting for audio generation
17+
- ⚠️ Note: Python 3.12 is not supported due to removal of pkgutil.ImpImporter
1718

1819
[GitHub Repository](https://github.com/Lex-au/Orpheus-FastAPI)
1920

@@ -62,7 +63,7 @@ Orpheus-FastAPI/
6263

6364
### Prerequisites
6465

65-
- Python 3.8+
66+
- Python 3.8-3.11 (Python 3.12 is not supported due to removal of pkgutil.ImpImporter)
6667
- CUDA-compatible GPU (recommended: RTX series for best performance)
6768
- Separate LLM inference server running the Orpheus model (e.g., LM Studio or llama.cpp server)
6869

0 commit comments

Comments
 (0)