Skip to content

Commit 71ca4a8

Browse files
sync : bump version, update coreai-core to b2 (#28)
## Summary - Bump coreai-torch to 0.4.1 - Update coreai-core dependency to 1.0.0b2 - Sync coreai_torch: converter, debugging (debug_info, inspector), _debug_locations, _torch_metal_kernel, _utils - Sync tests: debugging, dsl (new), ops, composite_ops, test_docs (new), utils - skipping dsl related tests as macOS vm cannot handle metal4. ## Test plan - [x] CI passes
1 parent 779df85 commit 71ca4a8

28 files changed

Lines changed: 2507 additions & 523 deletions

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
run: |
3535
command -v uv >/dev/null 2>&1 || curl -LsSf https://astral.sh/uv/install.sh | sh
3636
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
37-
- run: uv run --extra test pytest tests/ -n auto -m "not slow"
37+
- run: uv run --extra test pytest tests/ -n auto -m "not slow and not dsl"

coreai_torch/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
"""Version information for coreai-torch."""
77

8-
__version__ = "0.4.0"
8+
__version__ = "0.4.1"

0 commit comments

Comments
 (0)