mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
Qwen3 Coder Flash & MoE from Scratch (#760)
* Qwen3 Coder Flash & MoE from Scratch * update * refinements * updates * update * update * update
This commit is contained in:
committed by
GitHub
parent
145322ded8
commit
f92b40e4ab
@@ -35,7 +35,7 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
pip install --upgrade pip
|
||||
python -m pip install --upgrade pip
|
||||
pip install uv
|
||||
uv venv --python=python3.11
|
||||
source .venv/Scripts/activate
|
||||
|
||||
4
.github/workflows/check-links.yml
vendored
4
.github/workflows/check-links.yml
vendored
@@ -24,12 +24,12 @@ jobs:
|
||||
run: |
|
||||
curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||
uv sync --dev
|
||||
uv add pytest-ruff pytest-check-links
|
||||
uv add pytest-check-links
|
||||
|
||||
- name: Check links
|
||||
run: |
|
||||
source .venv/bin/activate
|
||||
pytest --ruff --check-links ./ \
|
||||
pytest --check-links ./ \
|
||||
--check-links-ignore "https://platform.openai.com/*" \
|
||||
--check-links-ignore "https://openai.com/*" \
|
||||
--check-links-ignore "https://arena.lmsys.org" \
|
||||
|
||||
Reference in New Issue
Block a user