[fix] fix grok-1 example typo (#5506)

This commit is contained in:
Yuanheng Zhao
2024-03-26 10:19:42 +08:00
committed by GitHub
parent 0688d92e2d
commit 131f32a076
3 changed files with 3 additions and 3 deletions

View File

@@ -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 \