Skip to content

Latest commit

 

History

History

llama

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
$ 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']