onnxruntime-gpu requirement causing failed installation on Mac.
What happened?
Installation of requirements.txt file fails when Mac runs in to onnxruntime-gpu
Steps to reproduce
- Download and try to install on MacOS
Your system (OS / GPU / RAM / VRAM / etc.)
M1 Max 64Gb Ram Macbook Pro on most up to date OS 26.4
Fixes applied:
install.js — Mac-compatible install flow:
Installs requirements from a filtered file (skips onnxruntime-gpu and s3tokenizer)
Installs onnx + s3tokenizer separately with --no-deps (avoids building ancient onnx==1.12.0)
Pins compatible protobuf
Uses onnxruntime-silicon on macOS instead of onnxruntime-gpu
start.js — URL capture fixed to the standard Pinokio pattern (removed the error matcher, uses input.event[1])
In the conda env I Installed the missing packages (scipy, full requirements, s3tokenizer, onnxruntime-silicon, protobuf fix)
