Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/_tutorials/mixture-of-experts-inference.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ generate_samples_gpt.py \
--num-attention-heads 16 \
--max-position-embeddings 1024 \
--tokenizer-type GPT2BPETokenizer \
--load $checpoint_path \
--load $checkpoint_path \
--fp16 \
--ds-inference \
```
Expand Down