From 8258aed8b95fcc875cb48c1de05271f63d332977 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Tue, 2 Jul 2024 23:24:15 -0500 Subject: fix 2024 blog posts for missing images --- content/blog/2024-01-13-local-llm.md | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'content/blog/2024-01-13-local-llm.md') diff --git a/content/blog/2024-01-13-local-llm.md b/content/blog/2024-01-13-local-llm.md index ede130e..b6e1f86 100644 --- a/content/blog/2024-01-13-local-llm.md +++ b/content/blog/2024-01-13-local-llm.md @@ -50,16 +50,12 @@ After running the app, the app will ask you to open a terminal and run the default `llama2` model, which will open an interactive chat session in the terminal. You can startfully using the application at this point. -![Ollama](https://img.cleberg.net/blog/20240113-local-llm/ollama.png) - If you don't want to use the default `llama2` model, you can download and run additional models found on the [Models](https://ollama.ai/library) page. To see the information for the currently-used model, you can run the `/show info` command in the chat. -![Model Info](https://img.cleberg.net/blog/20240113-local-llm/ollama_info.png) - ## Community Integrations I highly recommend browsing the [Community @@ -68,9 +64,6 @@ section of the project to see how you would prefer to extend Ollama beyond a simple command-line interface. There are options for APIs, browser UIs, advanced terminal configurations, and more. -![Ollama -SwiftUI](https://img.cleberg.net/blog/20240113-local-llm/ollama-swiftui.png) - # iOS While there are a handful of decent macOS options, it was quite difficult to @@ -93,12 +86,6 @@ Once you have a file downloaded, you simply create a new chat and select the downloaded model file and ensure the inference matches the requirement in the `models.md` file. -See below for a test of the ORCA Mini v3 model: - -| Chat List | Chat | -| ----------------------------------------------------------------------- | ----------------------------------------------------------------- | -| ![](https://img.cleberg.net/blog/20240113-local-llm/llm_farm_chats.png) | ![](https://img.cleberg.net/blog/20240113-local-llm/llm_farm.png) | - [Enchanted](https://github.com/AugustDev/enchanted) is also an iOS for private AI models, but it requires a public-facing Ollama API, which did not meet my "on device requirement." Nonetheless, it's an interesting looking app and I will -- cgit v1.2.3