Downloading Ollama
-- Problems downloading?{' '} - - Try again - -
-Sign up for updates
+ <> +diff --git a/web/app/download/page.tsx b/web/app/download/page.tsx
index 17d89d0b..2ba7fedf 100644
--- a/web/app/download/page.tsx
+++ b/web/app/download/page.tsx
@@ -1,3 +1,4 @@
+import Header from '../header'
import Downloader from './downloader'
import Signup from './signup'
@@ -26,22 +27,19 @@ export default async function Download() {
}
return (
- Sign up for updatesDownloading Ollama
-
- Problems downloading?{' '}
-
- Try again
-
-
- Downloading...
+
+ While Ollama downloads, sign up to get notified of new updates.
+
+ {/*
You're signed up for updates
} diff --git a/web/app/header.tsx b/web/app/header.tsx new file mode 100644 index 00000000..e1d542dc --- /dev/null +++ b/web/app/header.tsx @@ -0,0 +1,24 @@ + +const navigation = [ + { name: 'Github', href: 'https://github.com/jmorganca/ollama' }, + { name: 'Download', href: '/download' }, +] + +export default function Header() { + return ( +
-
- Ollama
- {' '}
- is a tool for running large language models, currently for macOS with Windows and Linux coming soon.
-
-
-
-
-
-
ollama run {m.name}
+ <>
+
+ Available for macOS with Apple Silicon
+ Windows & Linux support coming soon.
+