From bcb67f40d8376d353ac8e06e2e012ec461f148da Mon Sep 17 00:00:00 2001 From: eavanvalkenburg Date: Mon, 2 Dec 2024 11:17:28 +0100 Subject: [PATCH] updated ollama links --- .../decisions/0031-feature-branch-strategy.md | 2 +- dotnet/docs/MODELS.md | 38 +++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/docs/decisions/0031-feature-branch-strategy.md b/docs/decisions/0031-feature-branch-strategy.md index 0c852d7bb021..e2085bbef244 100644 --- a/docs/decisions/0031-feature-branch-strategy.md +++ b/docs/decisions/0031-feature-branch-strategy.md @@ -96,7 +96,7 @@ Cons: | Windows Support | No | Yes | | Linux Support | Yes | Yes | | MacOS Support | Yes | Yes | -| Number of Models | [61](https://ollama.ai/library) +Any GGUF converted | [25](https://github.com/lmstudio-ai/model-catalog/tree/main/models) +Any GGUF Converted | +| Number of Models | [61](https://ollama.com/search) +Any GGUF converted | [25](https://github.com/lmstudio-ai/model-catalog/tree/main/models) +Any GGUF Converted | | Model Support | Ollama | LM Studio | | --------------- | ------ | --------- | diff --git a/dotnet/docs/MODELS.md b/dotnet/docs/MODELS.md index 2ba8eb967bfa..918e91cd5d47 100644 --- a/dotnet/docs/MODELS.md +++ b/dotnet/docs/MODELS.md @@ -8,7 +8,7 @@ In the core Semantic Kernel repo, we plan on supporting up to four deployment ty - Dedicated API endpoints (e.g., OpenAI's APIs, Mistral.AI, and Google Gemini) - Azure AI deployments via the [model catalog](https://learn.microsoft.com/en-us/azure/ai-studio/how-to/model-catalog) -- Local deployments via [Ollama](https://ollama.ai/library) +- Local deployments via [Ollama](https://ollama.ai/) - Hugging face deployment using the [Hugging Face inference API](https://huggingface.co/docs/api-inference/index) To support these different deployment types, we will follow a similar pattern to the Azure OpenAI and OpenAI connectors. Each connector uses the same underlying model and abstractions, but the connector constructors may take different parameters. For example, the Azure OpenAI connector expects an Azure endpoint and key, whereas the OpenAI connector expects an OpenAI organization ID and API key. @@ -23,25 +23,25 @@ Please note that not all of the model interfaces are defined yet. As part of con ### OpenAI -| Priority | Model | Status | Interface | Deployment type | GitHub issue | Developer | Reviewer | -| -------- | ----------------------- | ----------- | ------------------------------ | --------------- | ------------ | ----------- | -------- | -| P0 | GPT-3.5-turbo | Complete | `IChatCompletion` | OpenAI API | N/A | N/A | N/A | -| P0 | GPT-3.5-turbo | Complete | `IChatCompletion` | Azure AI | N/A | N/A | N/A | -| P0 | GPT-4 | Complete | `IChatCompletion` | OpenAI API | N/A | N/A | N/A | -| P0 | GPT-4 | Complete | `IChatCompletion` | Azure AI | N/A | N/A | N/A | -| P0 | GPT-4v | Complete | `IChatCompletion` | OpenAI API | N/A | N/A | N/A | -| P0 | GPT-4v | Complete | `IChatCompletion` | Azure AI | N/A | N/A | N/A | -| P0 | text-embedding-ada-002 | Preview | `IEmbeddingGeneration` | OpenAI API | N/A | N/A | N/A | -| P0 | text-embedding-ada-002 | Preview | `IEmbeddingGeneration` | Azure AI | N/A | N/A | N/A | -| P0 | DALL·E 3 | Preview | `ITextToImage` | OpenAI API | N/A | N/A | N/A | -| P0 | DALL·E 3 | Preview | `ITextToImage` | Azure AI | N/A | N/A | N/A | -| P0 | Text-to-speech | Complete | `ITextToSpeech` | OpenAI API | TBD | dmytrostruk | TBD | -| P0 | Speech-to-text | Complete | `ISpeechRecognition` | OpenAI API | TBD | dmytrostruk | TBD | -| P1 | openai-whisper-large-v3 | Not started | `ISpeechRecognition` | Azure AI | TBD | TBD | TBD | -| P1 | openai-whisper-large-v3 | Not started | `ISpeechRecognition` | Hugging Face | TBD | TBD | TBD | +| Priority | Model | Status | Interface | Deployment type | GitHub issue | Developer | Reviewer | +| -------- | ----------------------- | ----------- | ------------------------------ | --------------- | ------------ | ------------ | ----------- | +| P0 | GPT-3.5-turbo | Complete | `IChatCompletion` | OpenAI API | N/A | N/A | N/A | +| P0 | GPT-3.5-turbo | Complete | `IChatCompletion` | Azure AI | N/A | N/A | N/A | +| P0 | GPT-4 | Complete | `IChatCompletion` | OpenAI API | N/A | N/A | N/A | +| P0 | GPT-4 | Complete | `IChatCompletion` | Azure AI | N/A | N/A | N/A | +| P0 | GPT-4v | Complete | `IChatCompletion` | OpenAI API | N/A | N/A | N/A | +| P0 | GPT-4v | Complete | `IChatCompletion` | Azure AI | N/A | N/A | N/A | +| P0 | text-embedding-ada-002 | Preview | `IEmbeddingGeneration` | OpenAI API | N/A | N/A | N/A | +| P0 | text-embedding-ada-002 | Preview | `IEmbeddingGeneration` | Azure AI | N/A | N/A | N/A | +| P0 | DALL·E 3 | Preview | `ITextToImage` | OpenAI API | N/A | N/A | N/A | +| P0 | DALL·E 3 | Preview | `ITextToImage` | Azure AI | N/A | N/A | N/A | +| P0 | Text-to-speech | Complete | `ITextToSpeech` | OpenAI API | TBD | dmytrostruk | TBD | +| P0 | Speech-to-text | Complete | `ISpeechRecognition` | OpenAI API | TBD | dmytrostruk | TBD | +| P1 | openai-whisper-large-v3 | Not started | `ISpeechRecognition` | Azure AI | TBD | TBD | TBD | +| P1 | openai-whisper-large-v3 | Not started | `ISpeechRecognition` | Hugging Face | TBD | TBD | TBD | | P2 | Moderation | In Progress | `ITextClassification` | OpenAI API | #5062 | Krzysztof318 | MarkWallace | -| P2 | clip-vit-base-patch32 | Not started | `IZeroShotImageClassification` | Azure AI | TBD | TBD | TBD | -| P2 | clip-vit-base-patch32 | Not started | `IZeroShotImageClassification` | Hugging Face | TBD | TBD | TBD | +| P2 | clip-vit-base-patch32 | Not started | `IZeroShotImageClassification` | Azure AI | TBD | TBD | TBD | +| P2 | clip-vit-base-patch32 | Not started | `IZeroShotImageClassification` | Hugging Face | TBD | TBD | TBD | ### Microsoft