Skip to content

Commit 69a397e

Browse files
authored
Update gpt_guide.md
fix document for bloom demo
1 parent b09b635 commit 69a397e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/gpt_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ python3 {FT_DIR}/examples/pytorch/gpt/utils/huggingface_bloom_convert.py -o /dat
330330
```
331331
and then similar to GPT we can run an example by
332332
```bash
333-
python3 ${WORKSPACE}/tools/gpt/bloom_test.py
333+
python3 ${WORKSPACE}/tools/gpt/end_to_end_test.py --model-variant bloom
334334
```
335335

336336
## Run Triton server on multiple nodes

0 commit comments

Comments
 (0)