mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
Add setup video tutorial (#547)
* Add setup video tutorial * updated link checks * updated link checks
This commit is contained in:
committed by
GitHub
parent
cd5cf8112b
commit
8939fdc846
11
.github/workflows/check-links.yml
vendored
11
.github/workflows/check-links.yml
vendored
@@ -30,6 +30,15 @@ jobs:
|
||||
- name: Check links
|
||||
run: |
|
||||
source .venv/bin/activate
|
||||
pytest --ruff --check-links ./ --check-links-ignore "https://platform.openai.com/*" --check-links-ignore "https://openai.com/*" --check-links-ignore "https://arena.lmsys.org" --check-links-ignore https://unsloth.ai/blog/gradient --check-links-ignore "https://www.reddit.com/r/*" --check-links-ignore "https://code.visualstudio.com/*" --check-links-ignore https://arxiv.org/* --check-links-ignore "https://ai.stanford.edu/~amaas/data/sentiment/"
|
||||
pytest --ruff --check-links ./ \
|
||||
--check-links-ignore "https://platform.openai.com/*" \
|
||||
--check-links-ignore "https://openai.com/*" \
|
||||
--check-links-ignore "https://arena.lmsys.org" \
|
||||
--check-links-ignore "https://unsloth.ai/blog/gradient" \
|
||||
--check-links-ignore "https://www.reddit.com/r/*" \
|
||||
--check-links-ignore "https://code.visualstudio.com/*" \
|
||||
--check-links-ignore "https://arxiv.org/*" \
|
||||
--check-links-ignore "https://ai.stanford.edu/~amaas/data/sentiment/" \
|
||||
--check-links-ignore "https://x.com/*"
|
||||
# pytest --check-links ./ --check-links-ignore "https://platform.openai.com/*" --check-links-ignore "https://arena.lmsys.org" --retries 2 --retry-delay 5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user