Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,3 @@ engine-strict=true
auto-install-peers=true
resolution-mode=time-based
save-exact=false

# onnxruntime-node 1.22+ postinstall otherwise fetches a ~400MB CUDA EP from
# NuGet. We are CPU-only and offline-first; skip that step unconditionally.
# See: packages/embedder + .erpaval/sessions/002/research-embeddings.yaml §1
onnxruntime_node_install_cuda=skip
3 changes: 0 additions & 3 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ packageExtensions:
# from .npmrc; non-auth settings belong here or in ~/.config/pnpm/config.yaml.
# User-specific settings (store-dir, package-import-method) stay in
# ~/.config/pnpm/config.yaml.
# NOTE: onnxruntime_node_install_cuda=skip must remain in ~/.npmrc (or be set
# as npm_config_onnxruntime_node_install_cuda=skip in CI) so the onnxruntime
# install script skips the ~400MB CUDA EP download on CPU-only environments.
autoInstallPeers: true
resolutionMode: time-based
engineStrict: true
Expand Down
Loading