From 8022ebf89784ab88ae86ddeaad1482e5784c6a53 Mon Sep 17 00:00:00 2001 From: yyovil Date: Sun, 29 Mar 2026 01:16:17 +0530 Subject: [PATCH] Fix Apple Silicon source install requirements --- README.md | 2 ++ requirements.txt | 5 ++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d3cae78..4d76700 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,8 @@ $ export PATH=$PWD/fireredvad/bin/:$PATH $ export PYTHONPATH=$PWD/:$PYTHONPATH ``` +`requirements.txt` uses a platform-neutral PyTorch dependency so native installs work on Apple Silicon and other CPU-only environments. If you need a specific CUDA build, install the matching PyTorch wheel separately following the official PyTorch instructions. + 4. Download models: ```bash diff --git a/requirements.txt b/requirements.txt index 4de7c59..1866488 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,6 @@ ---extra-index-url https://download.pytorch.org/whl/cu118 -torch==2.1.0+cu118 +torch>=2.0.0 numpy==1.26.1 kaldiio==2.18.0 -kaldi_native_fbank==1.15 +kaldi_native_fbank>=1.15 soundfile==0.12.1 textgrid