mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-01 01:06:00 +00:00
The writing style of tail processing and the logic related to macro definitions have been optimized. (#5519)
This commit is contained in:
@@ -2,7 +2,7 @@ ROOT=$(realpath $(dirname $0))
|
||||
echo $ROOT
|
||||
PY_SCRIPT=${ROOT}/benchmark_llama.py
|
||||
GPU=$(nvidia-smi -L | head -1 | cut -d' ' -f4 | cut -d'-' -f1)
|
||||
mode="colossalai"
|
||||
mode=$1
|
||||
|
||||
mkdir -p logs
|
||||
|
||||
|
Reference in New Issue
Block a user