Skip to content

Commit 6e1a989

Browse files
fix(gen): update schedule for linkcheck (#4137)
* fix(gen): update schedule for linkcheck * fix(gen): update schedule for linkcheck * fix(gen): fix 404
1 parent 5972d13 commit 6e1a989

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/link-check-schedule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Check links on schedule
22
on:
33
schedule:
4-
- cron: "30 15 * * *" # Runs every Monday at 09:00 AM
4+
- cron: "59 23 * * 0" # Runs every Sunday at 23:59 PM
55
jobs:
66
linkcheck:
77
runs-on: ubuntu-latest

ai-data/managed-inference/reference-content/llama-3.3-70b-instruct.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ meta/llama-3.3-70b-instruct:bf16
3636

3737
## Model introduction
3838

39-
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.
39+
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.
4040
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.
4141

4242
## Why is it useful?

0 commit comments

Comments
 (0)