Skip to content

Commit

Permalink
Fix download.md (VOICEVOX#272)
Browse files Browse the repository at this point in the history
* `sed -i 's/-type cuda/-accelerator cuda/' docs/downloads/download.md`

* `-accelerator` → `-Accelerator`

Co-authored-by: qwerty2501 <[email protected]>

* `type` → `-Accelerator`

Co-authored-by: qwerty2501 <[email protected]>
  • Loading branch information
qryxip and qwerty2501 authored Sep 12, 2022
1 parent b864411 commit 4e07e7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/downloads/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ curl -sSL https://github.com/VOICEVOX/voicevox_core/releases/latest/download/dow

```PowerShell
Invoke-WebRequest https://github.com/VOICEVOX/voicevox_core/releases/latest/download/download.ps1 -OutFile ./download.ps1
./download.ps1 -type directml
./download.ps1 -Accelerator directml
```

<a id="cuda"></a>
Expand All @@ -37,13 +37,13 @@ Invoke-WebRequest https://github.com/VOICEVOX/voicevox_core/releases/latest/down

```PowerShell
Invoke-WebRequest https://github.com/VOICEVOX/voicevox_core/releases/latest/download/download.ps1 -OutFile ./download.ps1
./download.ps1 -type cuda
./download.ps1 -Accelerator cuda
```

### Linux の場合

```bash
curl -sSL https://github.com/VOICEVOX/voicevox_core/releases/latest/download/download.sh | bash -s -- --type cuda
curl -sSL https://github.com/VOICEVOX/voicevox_core/releases/latest/download/download.sh | bash -s -- --accelerator cuda
```

<a id="help"></a>
Expand Down

0 comments on commit 4e07e7c

Please sign in to comment.