diff --git a/hosted-models.mdx b/hosted-models.mdx index f3bfd4d3..c62a89a5 100644 --- a/hosted-models.mdx +++ b/hosted-models.mdx @@ -21,7 +21,7 @@ specified on Hugging Face. ... "models": { "text-generator": { - "sourceModel": "meta-llama/Meta-Llama-3.1-8B-Instruct", + "sourceModel": "meta-llama/Llama-3.2-3B-Instruct", "provider": "hugging-face", "connection": "hypermode" } @@ -44,7 +44,6 @@ your project. These are the models available currently with shared instances: -- [`meta-llama/Meta-Llama-3.1-8B-Instruct`](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct) - [`meta-llama/Llama-3.2-3B-Instruct`](https://huggingface.co/meta-llama/Llama-3.2-3B-Instruct) - [`deepseek-ai/DeepSeek-R1-Distill-Llama-8B`](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Llama-8B) - [`sentence-transformers/all-MiniLM-L6-v2`](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2) diff --git a/modus/app-manifest.mdx b/modus/app-manifest.mdx index cc0f260d..1aeb9917 100644 --- a/modus/app-manifest.mdx +++ b/modus/app-manifest.mdx @@ -437,7 +437,7 @@ alphanumeric characters and hyphens. { "models": { "text-generator": { - "sourceModel": "meta-llama/Meta-Llama-3.1-8B-Instruct", + "sourceModel": "meta-llama/Llama-3.2-3B-Instruct", "provider": "hugging-face", "connection": "hypermode" } diff --git a/modus/model-invoking.mdx b/modus/model-invoking.mdx index dee85c64..aa17feab 100644 --- a/modus/model-invoking.mdx +++ b/modus/model-invoking.mdx @@ -27,9 +27,9 @@ examples: { ... "models": { - // model card: https://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct + // model card: https://huggingface.co/meta-llama/Llama-3.2-3B-Instruct "text-generator": { - "sourceModel": "meta-llama/Meta-Llama-3.1-8B-Instruct", // model name on the provider + "sourceModel": "meta-llama/Llama-3.2-3B-Instruct", // model name on the provider "provider": "hugging-face", // provider for this model "connection": "hypermode" // host where the model is running } diff --git a/modus/quickstart.mdx b/modus/quickstart.mdx index b41f7152..e5c350f9 100644 --- a/modus/quickstart.mdx +++ b/modus/quickstart.mdx @@ -181,7 +181,7 @@ learn how to use the basic components of a Modus app and how to run it locally. ```json "models": { "text-generator": { - "sourceModel": "meta-llama/Meta-Llama-3.1-8B-Instruct", + "sourceModel": "meta-llama/Llama-3.2-3B-Instruct", "provider": "hugging-face", "connection": "hypermode" } diff --git a/quickstart.mdx b/quickstart.mdx index 237893a4..9c41b2df 100644 --- a/quickstart.mdx +++ b/quickstart.mdx @@ -85,7 +85,7 @@ the basic components of a Modus app and how to deploy it to Hypermode. ```json { - "model": "meta-llama/Meta-Llama-3.1-8B-Instruct", + "model": "meta-llama/Llama-3.2-3B-Instruct", "messages": [ { "role": "system",