Skip to content

Commit 999a79d

Browse files
authored
add testing for py3.12 & py3.13 (#2025)
1 parent 78c2171 commit 999a79d

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/cpu-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
pull_request_target:
77
branches: [main]
88
types: [opened, reopened, ready_for_review, labeled, synchronize]
9+
pull_request: {} # todo
910
workflow_dispatch: {}
1011

1112
concurrency:
@@ -64,7 +65,7 @@ jobs:
6465
fail-fast: false
6566
matrix:
6667
os: ["ubuntu-22.04"]
67-
python-version: ["3.9", "3.10", "3.11"]
68+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
6869
include:
6970
- { os: "macOS-14", python-version: "3.9" }
7071
- { os: "windows-2022", python-version: "3.9" }

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ repos:
2727
hooks:
2828
- id: end-of-file-fixer
2929
- id: trailing-whitespace
30+
exclude: README.md
3031
- id: check-yaml
3132
- id: check-toml
3233
#- id: check-docstring-first

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
**20+ high-performance LLMs with recipes to pretrain, finetune, and deploy at scale.**
77

88
<pre>
9-
✅ From scratch implementations ✅ No abstractions ✅ Beginner friendly
10-
✅ Flash attention ✅ FSDP ✅ LoRA, QLoRA, Adapter
11-
✅ Reduce GPU memory (fp4/8/16/32) ✅ 1-1000+ GPUs/TPUs ✅ 20+ LLMs
9+
✅ From scratch implementations ✅ No abstractions ✅ Beginner friendly
10+
✅ Flash attention ✅ FSDP ✅ LoRA, QLoRA, Adapter
11+
✅ Reduce GPU memory (fp4/8/16/32) ✅ 1-1000+ GPUs/TPUs ✅ 20+ LLMs
1212
</pre>
1313

1414

0 commit comments

Comments
 (0)