-
Notifications
You must be signed in to change notification settings - Fork 993
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
segmentation fault 0.2.84 when using function calling #1636
Comments
I got the same problem (seg fault) when using LlamaGrammar. Function calling is implemented over LlamaGrammar, so I think our problems are same. |
IMO the problem is not related to transformers library. However the log seems a bit more verbose with an old version of transformers library.
|
@yamikumo-DSD I reproduced your issue, I commented on it! Thanks |
Same issue, had to rollback |
same issue - what would a fix look like for this? is there a quant for llama3.1 thats done without the recent rope fix? <=0.2.83 gives me mismatched tensor error w/ llama3.1. |
Work is underway on this one: #1637 |
Yeah but to be frank, i'm a little stuck on the PR, it doesn't work and it's not a priority on my end at the office, help would be apreciated on this PR |
Also, this pr introduces . and {quantity} operators, it doesn't fix segfaults |
Prerequisites
Please answer the following questions for yourself before submitting an issue.
Expected Behavior (0.2.82)
Current Behavior (0.2.84)
transformers==4.43.3
transformers==4.41.2
Environment and Context
Running in container with the following dependencies
Failure Information (for bugs)
Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.
Steps to Reproduce
Start container
The text was updated successfully, but these errors were encountered: