We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.0.7+b0393fba6200d8573f3433fb0af258a0e33ac157
Darwin 22.4.0 arm64 arm
bun init
"trustedDependencies": ["sharp"]
bun add @xenova/transformers
import { pipeline } from "@xenova/transformers"; const generateEmbedding = await pipeline("feature-extraction");
bun index.ts
It should run without a segmentation fault
Error output:
Segmentation fault: 11
No response
The text was updated successfully, but these errors were encountered:
This is a duplicate of #4619
Sorry, something went wrong.
No branches or pull requests
What version of Bun is running?
1.0.7+b0393fba6200d8573f3433fb0af258a0e33ac157
What platform is your computer?
Darwin 22.4.0 arm64 arm
What steps can reproduce the bug?
bun init
bun add @xenova/transformers
bun index.ts
What is the expected behavior?
It should run without a segmentation fault
What do you see instead?
Error output:
Additional information
No response
The text was updated successfully, but these errors were encountered: