update download links to the releases page until we have a better download url
This commit is contained in:
parent
b24be8c6b3
commit
12199bcfa8
3 changed files with 8 additions and 11 deletions
|
@ -16,7 +16,7 @@ Run large language models with `llama.cpp`.
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
- Download for macOS
|
- [Download](https://github.com/jmorganca/ollama/releases/latest) for macOS
|
||||||
- Download for Windows (coming soon)
|
- Download for Windows (coming soon)
|
||||||
- Docker: `docker run -p 11434:11434 ollama/ollama`
|
- Docker: `docker run -p 11434:11434 ollama/ollama`
|
||||||
|
|
||||||
|
|
|
@ -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'>
|
<main className='flex min-h-screen max-w-2xl flex-col p-4 lg:p-24'>
|
||||||
<h1 className='font-serif text-3xl'>ollama</h1>
|
<h1 className='font-serif text-3xl'>ollama</h1>
|
||||||
<section className='my-8'>
|
<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'>
|
<a className='underline' href='https://github.com/jmorganca/ollama'>
|
||||||
Ollama
|
Ollama
|
||||||
</a>{' '}
|
</a>{' '}
|
||||||
is a tool for running large language models.
|
is a tool for running large language models. The latest version is available for download{' '}
|
||||||
<br />
|
<a className='underline' href='https://github.com/jmorganca/ollama/releases/latest'>
|
||||||
<br />
|
here.
|
||||||
Get started with Ollama using pip:
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<pre className='my-4'>
|
|
||||||
<code>pip install ollama</code>
|
|
||||||
</pre>
|
|
||||||
</section>
|
</section>
|
||||||
<section className='my-4'>
|
<section className='my-4'>
|
||||||
<h2 className='mb-4 text-lg'>Example models you can try running:</h2>
|
<h2 className='mb-4 text-lg'>Example models you can try running:</h2>
|
||||||
|
|
4
web/package-lock.json
generated
4
web/package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "web",
|
"name": "web",
|
||||||
"version": "0.1.0",
|
"version": "0.0.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "web",
|
"name": "web",
|
||||||
"version": "0.1.0",
|
"version": "0.0.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@octokit/rest": "^19.0.13",
|
"@octokit/rest": "^19.0.13",
|
||||||
"@types/node": "20.4.0",
|
"@types/node": "20.4.0",
|
||||||
|
|
Loading…
Add table
Reference in a new issue