Browse Source

Fix typos (#2863)

Fix typos, `6.7 -> 6.7b`
pull/2867/head
Alex_996 2 years ago committed by GitHub
parent
commit
a4fc125c34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      examples/language/opt/run_gemini.sh

2
examples/language/opt/run_gemini.sh

@ -1,7 +1,7 @@
set -x set -x
export BS=${BS:-16} export BS=${BS:-16}
export MEMCAP=${MEMCAP:-0} export MEMCAP=${MEMCAP:-0}
# Acceptable values include `125m`, `350m`, `1.3b`, `2.7b`, `6.7`, `13b`, `30b`, `66b`. For `175b` # Acceptable values include `125m`, `350m`, `1.3b`, `2.7b`, `6.7b`, `13b`, `30b`, `66b`. For `175b`
export MODEL=${MODEL:-"125m"} export MODEL=${MODEL:-"125m"}
export GPUNUM=${GPUNUM:-1} export GPUNUM=${GPUNUM:-1}

Loading…
Cancel
Save