We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b09b635 commit 69a397eCopy full SHA for 69a397e
docs/gpt_guide.md
@@ -330,7 +330,7 @@ python3 {FT_DIR}/examples/pytorch/gpt/utils/huggingface_bloom_convert.py -o /dat
330
```
331
and then similar to GPT we can run an example by
332
```bash
333
-python3 ${WORKSPACE}/tools/gpt/bloom_test.py
+python3 ${WORKSPACE}/tools/gpt/end_to_end_test.py --model-variant bloom
334
335
336
## Run Triton server on multiple nodes
0 commit comments