From 012c85ce709f7a0a38c1df5c764eeba0ab042f18 Mon Sep 17 00:00:00 2001 From: w33b Date: Tue, 30 Sep 2025 20:53:21 +0200 Subject: [PATCH] Update Readme.md --- Readme.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index e595215..cca4084 100644 --- a/Readme.md +++ b/Readme.md @@ -1,7 +1,12 @@ ## AutoTranslate Automatically translate .ass subtitles locally with [seamless-m4t-v2](https://huggingface.co/facebook/seamless-m4t-v2-large) machine translation. -### Setup +### Requirements +- NVIDIA GPU with 16GB+ of VRAM +- Python 3.10 (or newer, needs testing) +- Linux or Windows + +### Setup (Linux) 1. Create Python venv ```bash