mirror of
https://github.com/illian64/llm-translate.git
synced 2026-04-28 11:49:54 +00:00
* Prepare for docker, documentation. * Prepare for docker, documentation. * Prepare for docker, documentation. --------- Co-authored-by: APodoinikov <APodoynikov@detmir.ru>
8 lines
No EOL
299 B
Text
8 lines
No EOL
299 B
Text
Open https://pytorch.org/get-started/locally/ and select your variant, for example:
|
|
|
|
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128
|
|
|
|
For launch in portablesource
|
|
cd /d "%repo_path%"
|
|
"%python_exe%" -m pip install -r requirements.txt
|
|
"%python_exe%" app.py |