Skip to content

Commit

Permalink
Update setup_on_jeanzay.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreColombo authored Mar 2, 2022
1 parent e2424e4 commit 57b49ef
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion setup_on_jeanzay.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,11 @@ export TRANSFORMERS_OFFLINE=1
time python process.py -src_lang zh -cutoff 30
```

with commit 85c8737 we got

```
```

8. Target more gpus
```
Expand All @@ -65,3 +69,10 @@ export TRANSFORMERS_OFFLINE=1
time python process.py -src_lang zh -num_workers=$GPU_NUMBERS -cutoff 30
```

with commit 85c8737 we got

```
```

0 comments on commit 57b49ef

Please sign in to comment.