"git@developer.sourcefind.cn:OpenDAS/megatron-lm.git" did not exist on "8b9fe87baa2368bf1e9b58649176b563e4ef8f1f"
Unverified Commit 7f7103de authored by Jeffrey Morgan's avatar Jeffrey Morgan Committed by GitHub
Browse files

mac: update setup command to `llama3` (#3986)

parent c631a9c7
...@@ -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 llama2' const command = 'ollama run llama3'
return ( return (
<div className='drag'> <div className='drag'>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment