Qwen3 Coder Flash & MoE from Scratch (#760)

* Qwen3 Coder Flash & MoE from Scratch

* update

* refinements

* updates

* update

* update

* update
This commit is contained in:
Sebastian Raschka
2025-08-01 19:13:17 -05:00
committed by GitHub
parent 145322ded8
commit f92b40e4ab
13 changed files with 2972 additions and 271 deletions

View File

@@ -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

View File

@@ -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" \