Skip to content

Commit

Permalink
Update multipleGPUinit.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yaelmhoffman committed Oct 22, 2024
1 parent e204fc9 commit 6ee2c07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/start/smeshing/smeshing_adv/multipleGPUinit.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ In computer science, counting often starts at zero rather than one, this concept

```bash

ls-la./dataA/*.bin | wc-l
ls -la ./dataA/*.bin | wc -l

800 #result
```
Expand Down Expand Up @@ -152,7 +152,7 @@ cp ./dataA/*.bin ./finalData/

```bash

ls-la./finalData/*.bin | wc-l
ls -la ./finalData/*.bin | wc -l

```

Expand Down

0 comments on commit 6ee2c07

Please sign in to comment.