Compare commits
2 Commits
1acfc22112
...
12585406ec
Author | SHA1 | Date | |
---|---|---|---|
12585406ec | |||
279ef45d43 |
@@ -1,3 +1,5 @@
|
||||
## AutoTranslate
|
||||
Automatically translate .ass subtitles locally with [seamless-m4t-v2](https://huggingface.co/facebook/seamless-m4t-v2-large) machine translation.
|
||||
|
||||
### Setup
|
||||
|
||||
|
11
Setup.PS1
11
Setup.PS1
@@ -1,11 +0,0 @@
|
||||
|
||||
python -m venv .venv
|
||||
|
||||
.\.venv\Scripts\Activate.ps1
|
||||
|
||||
pip install --no-cache-dir ass
|
||||
pip install --no-cache-dir --pre -U torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126
|
||||
pip install --no-cache-dir transformers
|
||||
pip install --no-cache-dir sentencepiece
|
||||
pip install --no-cache-dir sacremoses
|
||||
pip install --no-cache-dir protobuf
|
Reference in New Issue
Block a user