diff --git a/playbooks/supplemental/speech2speech-translation/README.md b/playbooks/supplemental/speech2speech-translation/README.md index deb945b9..0d15e7f9 100644 --- a/playbooks/supplemental/speech2speech-translation/README.md +++ b/playbooks/supplemental/speech2speech-translation/README.md @@ -57,7 +57,7 @@ source s2st-env/bin/activate - + **Grant your user access to GPU devices** (log out and back in for this to take effect): ```bash @@ -95,7 +95,7 @@ s2st-env\Scripts\activate - + On Windows, open a terminal in the directory of your choice and follow the commands to create a venv: diff --git a/playbooks/supplemental/speech2speech-translation/platform.md b/playbooks/supplemental/speech2speech-translation/platform.md index 2e78881d..f4755e36 100644 --- a/playbooks/supplemental/speech2speech-translation/platform.md +++ b/playbooks/supplemental/speech2speech-translation/platform.md @@ -4,19 +4,19 @@ This document describes the expected platform configurations for running this pl ## Prerequisites -PyTorch with ROCm support will be pre-installed on your AMD Developer Platform. Please refer to the relevant section for your operating system: +PyTorch with ROCm support is pre-installed on the AMD Ryzen™ AI Halo Developer Platform. For all other devices, users must manually install PyTorch with ROCm support. Please refer to the relevant section for your operating system: ### Windows | Component | Version | Notes | |---------------|-----------------|-----------------------------------| -| **PyTorch** | 2.8 or newer | Preinstalled, available in PATH | +| **PyTorch** | 2.8 or newer | Pre-installed on the AMD Ryzen™ AI Halo Developer Platform; must be manually installed on all other devices | ### Linux | Component | Version | Notes | |---------------|-----------------|-----------------------------------| -| **PyTorch** | 2.8 or newer | Preinstalled, available in PATH | +| **PyTorch** | 2.8 or newer | Pre-installed on the AMD Ryzen™ AI Halo Developer Platform; must be manually installed on all other devices | ## Required Models @@ -24,7 +24,7 @@ The following models are tested and optimized for your platform: | Model | Parameters | Size | Download Location | |-------|------------|------|-------------------| -| **facebook/seamless-m4t-v2-large** | 2.3B | ~10GB | Pre-installed on AMD Halo Developer Platform | +| **facebook/seamless-m4t-v2-large** | 2.3B | ~10GB | Pre-installed on the AMD Ryzen™ AI Halo Developer Platform; must be manually installed on all other devices | Models will be automatically downloaded to the Hugging Face cache directory: - **Windows**: `C:\Users\\.cache\huggingface\hub\` diff --git a/playbooks/supplemental/speech2speech-translation/playbook.json b/playbooks/supplemental/speech2speech-translation/playbook.json index a4290803..b7299b5a 100644 --- a/playbooks/supplemental/speech2speech-translation/playbook.json +++ b/playbooks/supplemental/speech2speech-translation/playbook.json @@ -4,11 +4,11 @@ "description": "Build a real-time speech-to-speech translation on your local hardware.", "time": 30, "supported_platforms": { - "halo": [ + "halo_box": [ "linux", "windows" ], - "halo_box": [ + "halo": [ "linux", "windows" ], @@ -19,12 +19,24 @@ "krk": [ "linux", "windows" + ], + "rx7900xt": [ + "linux", + "windows" + ], + "rx9070xt": [ + "linux", + "windows" + ], + "r9700": [ + "linux", + "windows" ] }, "tested_platforms": { "halo": [ - "windows", - "linux" + "linux", + "windows" ], "stx": [ "linux", @@ -33,12 +45,24 @@ "krk": [ "linux", "windows" + ], + "rx7900xt": [ + "linux", + "windows" + ], + "rx9070xt": [ + "linux", + "windows" + ], + "r9700": [ + "linux", + "windows" ] }, "required_platforms": { "halo": [ - "windows", - "linux" + "linux", + "windows" ], "stx": [ "linux", @@ -47,16 +71,28 @@ "krk": [ "linux", "windows" + ], + "rx7900xt": [ + "linux", + "windows" + ], + "rx9070xt": [ + "linux", + "windows" + ], + "r9700": [ + "linux", + "windows" ] }, "published_platforms": { - "halo": [ - "windows", - "linux" - ], "halo_box": [ - "windows", - "linux" + "linux", + "windows" + ], + "halo": [ + "linux", + "windows" ], "stx": [ "linux", @@ -65,6 +101,18 @@ "krk": [ "linux", "windows" + ], + "rx7900xt": [ + "linux", + "windows" + ], + "rx9070xt": [ + "linux", + "windows" + ], + "r9700": [ + "linux", + "windows" ] }, "difficulty": "intermediate",