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
ollama
Commits
7f7103de
"git@developer.sourcefind.cn:OpenDAS/megatron-lm.git" did not exist on "8b9fe87baa2368bf1e9b58649176b563e4ef8f1f"
Unverified
Commit
7f7103de
authored
Apr 27, 2024
by
Jeffrey Morgan
Committed by
GitHub
Apr 27, 2024
Browse files
mac: update setup command to `llama3` (#3986)
parent
c631a9c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
macapp/src/app.tsx
macapp/src/app.tsx
+1
-1
No files found.
macapp/src/app.tsx
View file @
7f7103de
...
@@ -19,7 +19,7 @@ export default function () {
...
@@ -19,7 +19,7 @@ export default function () {
const
[
step
,
setStep
]
=
useState
<
Step
>
(
Step
.
WELCOME
)
const
[
step
,
setStep
]
=
useState
<
Step
>
(
Step
.
WELCOME
)
const
[
commandCopied
,
setCommandCopied
]
=
useState
<
boolean
>
(
false
)
const
[
commandCopied
,
setCommandCopied
]
=
useState
<
boolean
>
(
false
)
const
command
=
'
ollama run llama
2
'
const
command
=
'
ollama run llama
3
'
return
(
return
(
<
div
className
=
'drag'
>
<
div
className
=
'drag'
>
...
...
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