Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
e4280d65
Unverified
Commit
e4280d65
authored
Nov 20, 2023
by
Peter Pan
Committed by
GitHub
Nov 20, 2023
Browse files
docs: fix 404 link (#27529)
Signed-off-by:
Peter Pan
<
Peter.Pan@daocloud.io
>
parent
ee292615
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
docs/source/en/main_classes/trainer.md
docs/source/en/main_classes/trainer.md
+1
-1
docs/source/ja/main_classes/trainer.md
docs/source/ja/main_classes/trainer.md
+1
-1
No files found.
docs/source/en/main_classes/trainer.md
View file @
e4280d65
...
@@ -219,7 +219,7 @@ accelerate launch --num_processes 2 trainer-program.py ...
...
@@ -219,7 +219,7 @@ accelerate launch --num_processes 2 trainer-program.py ...
deepspeed
--num_gpus
2 trainer-program.py ...
deepspeed
--num_gpus
2 trainer-program.py ...
```
```
You don't need to use the Accelerate or
[
the Deepspeed integration
](
D
eepspeed
)
features to use these launchers.
You don't need to use the Accelerate or
[
the Deepspeed integration
](
d
eepspeed
)
features to use these launchers.
Until now you were able to tell the program how many GPUs to use. Now let's discuss how to select specific GPUs and control their order.
Until now you were able to tell the program how many GPUs to use. Now let's discuss how to select specific GPUs and control their order.
...
...
docs/source/ja/main_classes/trainer.md
View file @
e4280d65
...
@@ -209,7 +209,7 @@ accelerate launch --num_processes 2 trainer-program.py ...
...
@@ -209,7 +209,7 @@ accelerate launch --num_processes 2 trainer-program.py ...
deepspeed
--num_gpus
2 trainer-program.py ...
deepspeed
--num_gpus
2 trainer-program.py ...
```
```
これらのランチャーを使用するために、Accelerate または
[
Deepspeed 統合
](
D
eepspeed
)
機能を使用する必要はありません。
これらのランチャーを使用するために、Accelerate または
[
Deepspeed 統合
](
d
eepspeed
)
機能を使用する必要はありません。
これまでは、プログラムに使用する GPU の数を指示できました。次に、特定の GPU を選択し、その順序を制御する方法について説明します。
これまでは、プログラムに使用する GPU の数を指示できました。次に、特定の GPU を選択し、その順序を制御する方法について説明します。
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment