Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ColossalAI
Commits
a4fc125c
Unverified
Commit
a4fc125c
authored
Feb 22, 2023
by
Alex_996
Committed by
GitHub
Feb 22, 2023
Browse files
Fix typos (#2863)
Fix typos, `6.7 -> 6.7b`
parent
55424a16
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/language/opt/run_gemini.sh
examples/language/opt/run_gemini.sh
+1
-1
No files found.
examples/language/opt/run_gemini.sh
View file @
a4fc125c
set
-x
export
BS
=
${
BS
:-
16
}
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.7
b
`, `13b`, `30b`, `66b`. For `175b`
export
MODEL
=
${
MODEL
:-
"125m"
}
export
GPUNUM
=
${
GPUNUM
:-
1
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment