@ts-torch-platform/darwin-arm64
v0.1.2
Published
Native binaries for ts-torch on macOS ARM64 (Apple Silicon)
Readme
@ts-torch-platform/darwin-arm64
Native binaries for ts-torch on macOS ARM64 (Apple Silicon).
Installation
This package is automatically installed as a dependency of @ts-torch/core on compatible platforms.
bun add @ts-torch-platform/darwin-arm64Contents
lib/libts_torch.dylib- Native library compiled for macOS ARM64
Requirements
- macOS 11.0 or later
- Apple Silicon (M1/M2/M3) Mac
Building from Source
If you need to build the native library yourself:
# From the ts-torch repository root
bun run setup
bun run build:nativeThis requires:
- CMake 3.18+
- Xcode Command Line Tools
- LibTorch 2.5.1+ for macOS ARM64
