mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-11 13:59:08 +00:00
[fix] fix grok-1 example typo (#5506)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
PRETRAINED=${1:-"hpcaitech/grok-1"}
|
||||
PRETRAINED=${1:-"hpcai-tech/grok-1"}
|
||||
|
||||
torchrun --standalone --nproc_per_node 8 inference_tp.py --pretrained "$PRETRAINED" \
|
||||
--max_new_tokens 100 \
|
||||
|
Reference in New Issue
Block a user