Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 387 Bytes

README.md

File metadata and controls

17 lines (17 loc) · 387 Bytes
$ torchrun --nproc-per-node 2 pippy_llama.py
$ torchrun --nproc-per-node 4 pippy_llama.py
$ torchrun --nproc-per-node 8 pippy_llama.py
prompts = (
    "How do you", "I like to", "Can I help", "You need to",
    "The weather is", "I found a", "What is your", "You are so",
)
Outputs:
['make', 'think', 'you', 'be', 'getting', 'great', 'favorite', 'right']