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