-
Notifications
You must be signed in to change notification settings - Fork 544
New issue
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
Bus error (core dumped) #1182
Comments
测试了下代码,运行起来是没问题的,看起来像是访问地址有问题 |
请问访问地址有问题是啥意思
chaofan ***@***.***>于2024年11月4日 周一14:56写道:
… 测试了下代码,运行起来是没问题的,看起来像是访问地址有问题
—
Reply to this email directly, view it on GitHub
<#1182 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BHSZF44MWKHZ5TYDISQIU33Z64LABAVCNFSM6AAAAABRAQY422VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJTHEZTQNRYHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
看起来像是内存访问的问题,调用huggingface模块或者sentence transformers的代码可以正常运行吗 |
可以的,那应该是开发机的问题
chaofan ***@***.***>于2024年11月4日 周一15:14写道:
… Bus error (core dumped)
看起来像是内存访问的问题,调用huggingface
<https://github.com/FlagOpen/FlagEmbedding/tree/master/examples/inference/embedder#1-normal-model>
模块或者sentence transformers
<https://github.com/FlagOpen/FlagEmbedding/tree/master/examples/inference/embedder#using-sentence-transformers>
的代码可以正常运行吗
—
Reply to this email directly, view it on GitHub
<#1182 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BHSZF44J5ZZGVWXI4O7IVN3Z64NF3AVCNFSM6AAAAABRAQY422VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJTHE3DENJWHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I've encounter the same issues, have you fixed this? |
May I ask what the model of the machine is? |
脚本运行前指定卡号即可 |
你好,方便问一下是使用的多GPU还是单GPU吗,我们这边现在想知道这个报错的具体原因看是否需要做特定的修复,谢谢! |
单卡多卡都会出现,脚本运行前设一下系统变量就可以:
|
用的示例代码
报错如下:
旧的版本没有问题,今天clone的新版本出现这个问题。
The text was updated successfully, but these errors were encountered: