Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

fix: correct bytes_per_token for Qwen 1.5B NF4 training roofline #104

fix: correct bytes_per_token for Qwen 1.5B NF4 training roofline

fix: correct bytes_per_token for Qwen 1.5B NF4 training roofline #104

Workflow file for this run

# Sovereign CI — calls reusable workflow from paiml/.github
name: CI
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
workflow_dispatch:
concurrency:
group: ci-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
ci:
uses: paiml/.github/.github/workflows/sovereign-ci.yml@main
with:
repo: ${{ github.event.repository.name }}
secrets: inherit