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
12199bcf
"vscode:/vscode.git/clone" did not exist on "fa3fbbfb8f51f23369af3ebc8f5c9ab0587a02b8"
Commit
12199bcf
authored
Jul 07, 2023
by
Jeffrey Morgan
Browse files
update download links to the releases page until we have a better download url
parent
b24be8c6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
11 deletions
+8
-11
README.md
README.md
+1
-1
web/app/page.tsx
web/app/page.tsx
+5
-8
web/package-lock.json
web/package-lock.json
+2
-2
No files found.
README.md
View file @
12199bcf
...
...
@@ -16,7 +16,7 @@ Run large language models with `llama.cpp`.
## Install
-
Download for macOS
-
[
Download
](
https://github.com/jmorganca/ollama/releases/latest
)
for macOS
-
Download for Windows (coming soon)
-
Docker:
`docker run -p 11434:11434 ollama/ollama`
...
...
web/app/page.tsx
View file @
12199bcf
...
...
@@ -5,18 +5,15 @@ export default async function Home() {
<
main
className
=
'flex min-h-screen max-w-2xl flex-col p-4 lg:p-24'
>
<
h1
className
=
'font-serif text-3xl'
>
ollama
</
h1
>
<
section
className
=
'my-8'
>
<
p
className
=
'my-3
mb-8
max-w-md'
>
<
p
className
=
'my-3 max-w-md'
>
<
a
className
=
'underline'
href
=
'https://github.com/jmorganca/ollama'
>
Ollama
</
a
>
{
'
'
}
is a tool for running large language models.
<
br
/
>
<
br
/>
Get started with Ollama using pip:
is a tool for running large language models.
The latest version is available for download
{
'
'
}
<
a
className
=
'underline'
href
=
'https://github.com/jmorganca/ollama/releases/latest'
>
here.
</
a
>
</
p
>
<
pre
className
=
'my-4'
>
<
code
>
pip install ollama
</
code
>
</
pre
>
</
section
>
<
section
className
=
'my-4'
>
<
h2
className
=
'mb-4 text-lg'
>
Example models you can try running:
</
h2
>
...
...
web/package-lock.json
View file @
12199bcf
{
"name"
:
"web"
,
"version"
:
"0.
1
.0"
,
"version"
:
"0.
0
.0"
,
"lockfileVersion"
:
3
,
"requires"
:
true
,
"packages"
:
{
""
:
{
"name"
:
"web"
,
"version"
:
"0.
1
.0"
,
"version"
:
"0.
0
.0"
,
"dependencies"
:
{
"@octokit/rest"
:
"^19.0.13"
,
"@types/node"
:
"20.4.0"
,
...
...
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