Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Loading