Skip to content

Conversation

@codelion
Copy link
Member

Summary

  • Fix macOS MPS compatibility in test server startup by adding PYTORCH_ENABLE_MPS_FALLBACK=1 environment variable
  • Bump version to 0.3.13

Details

Tests were failing on macOS with Apple Silicon because PyTorch operations like aten::linalg_cholesky_ex.L are not implemented for MPS device. The fix enables CPU fallback for unsupported operations.

Test plan

  • Verified test_conversation_logging_server.py passes on macOS
  • Verified test_n_parameter.py passes on macOS

🤖 Generated with Claude Code

Add PYTORCH_ENABLE_MPS_FALLBACK=1 environment variable when starting
test servers to allow PyTorch operations to fall back to CPU when
MPS (Metal Performance Shaders) doesn't support them.

This fixes test failures on macOS with Apple Silicon where operations
like aten::linalg_cholesky_ex.L are not implemented for MPS device.
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@codelion codelion merged commit 9cddd15 into main Jan 28, 2026
1 of 2 checks passed
@codelion codelion deleted the fix-mps-compatibility-and-version-bump branch January 28, 2026 03:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants