From 1e7e8042019a4e571c85f7cf1c1efab18f5c52ce Mon Sep 17 00:00:00 2001 From: SamyOubouaziz Date: Thu, 19 Dec 2024 17:32:41 +0100 Subject: [PATCH 1/3] fix(gen): update schedule for linkcheck --- .github/workflows/link-check-schedule.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/link-check-schedule.yml b/.github/workflows/link-check-schedule.yml index cc6ca57d52..6d3783725c 100644 --- a/.github/workflows/link-check-schedule.yml +++ b/.github/workflows/link-check-schedule.yml @@ -1,7 +1,7 @@ name: Check links on schedule on: schedule: - - cron: "30 15 * * *" # Runs every Monday at 09:00 AM + - cron: "0 9 * * 1" # Runs every Monday at 09:00 AM jobs: linkcheck: runs-on: ubuntu-latest From 3f387c8bad96e7fe500ef4631820e34499dc6cc4 Mon Sep 17 00:00:00 2001 From: SamyOubouaziz Date: Thu, 19 Dec 2024 17:33:46 +0100 Subject: [PATCH 2/3] fix(gen): update schedule for linkcheck --- .github/workflows/link-check-schedule.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/link-check-schedule.yml b/.github/workflows/link-check-schedule.yml index 6d3783725c..0856cc73d8 100644 --- a/.github/workflows/link-check-schedule.yml +++ b/.github/workflows/link-check-schedule.yml @@ -1,7 +1,7 @@ name: Check links on schedule on: schedule: - - cron: "0 9 * * 1" # Runs every Monday at 09:00 AM + - cron: "59 23 * * 0" # Runs every Sunday at 23:59 PM jobs: linkcheck: runs-on: ubuntu-latest From 23756e19e0378fd5582448d16cb69a99611daf11 Mon Sep 17 00:00:00 2001 From: SamyOubouaziz Date: Fri, 20 Dec 2024 15:41:34 +0100 Subject: [PATCH 3/3] fix(gen): fix 404 --- .../reference-content/llama-3.3-70b-instruct.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai-data/managed-inference/reference-content/llama-3.3-70b-instruct.mdx b/ai-data/managed-inference/reference-content/llama-3.3-70b-instruct.mdx index 4f7618359c..07bea41d69 100644 --- a/ai-data/managed-inference/reference-content/llama-3.3-70b-instruct.mdx +++ b/ai-data/managed-inference/reference-content/llama-3.3-70b-instruct.mdx @@ -36,7 +36,7 @@ meta/llama-3.3-70b-instruct:bf16 ## Model introduction -Released December 6, 2024, Meta’s Llama 3.3 70b is a fine-tune of the [Llama 3.1 70b](/ai-data/managed-inference/reference-content/llama-3.1-70b) model. +Released December 6, 2024, Meta’s Llama 3.3 70b is a fine-tune of the [Llama 3.1 70b](/ai-data/managed-inference/reference-content/llama-3.1-70b-instruct/) model. This model is still text-only (text in/text out). However, Llama 3.3 was designed to approach the performance of Llama 3.1 405B on some applications. ## Why is it useful?