From 78a339a7945e3ec642e5a935d01c6c0a69535b18 Mon Sep 17 00:00:00 2001 From: RookieAgent <42060616+Sakura4036@users.noreply.github.com> Date: Thu, 25 Jul 2024 18:58:55 +0800 Subject: [PATCH] modify llama3-1 yaml filename to support Windows pull operations (#6677) --- ...0b-instruct-v1:0.yaml => meta.llama3-1-70b-instruct-v1.0.yaml} | 0 ...-8b-instruct-v1:0.yaml => meta.llama3-1-8b-instruct-v1.0.yaml} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename api/core/model_runtime/model_providers/bedrock/llm/{meta.llama3-1-70b-instruct-v1:0.yaml => meta.llama3-1-70b-instruct-v1.0.yaml} (100%) rename api/core/model_runtime/model_providers/bedrock/llm/{meta.llama3-1-8b-instruct-v1:0.yaml => meta.llama3-1-8b-instruct-v1.0.yaml} (100%) diff --git a/api/core/model_runtime/model_providers/bedrock/llm/meta.llama3-1-70b-instruct-v1:0.yaml b/api/core/model_runtime/model_providers/bedrock/llm/meta.llama3-1-70b-instruct-v1.0.yaml similarity index 100% rename from api/core/model_runtime/model_providers/bedrock/llm/meta.llama3-1-70b-instruct-v1:0.yaml rename to api/core/model_runtime/model_providers/bedrock/llm/meta.llama3-1-70b-instruct-v1.0.yaml diff --git a/api/core/model_runtime/model_providers/bedrock/llm/meta.llama3-1-8b-instruct-v1:0.yaml b/api/core/model_runtime/model_providers/bedrock/llm/meta.llama3-1-8b-instruct-v1.0.yaml similarity index 100% rename from api/core/model_runtime/model_providers/bedrock/llm/meta.llama3-1-8b-instruct-v1:0.yaml rename to api/core/model_runtime/model_providers/bedrock/llm/meta.llama3-1-8b-instruct-v1.0.yaml