mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-10 13:30:19 +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"}
|
||||
|
||||
python3 inference.py --pretrained "$PRETRAINED" \
|
||||
--max_new_tokens 100 \
|
||||
|
Reference in New Issue
Block a user