-
Notifications
You must be signed in to change notification settings - Fork 134
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
Weird behavior with "codellama/CodeLlama-13b-hf" #113
Comments
I'm not sure this is due to the model, rather the code that checks if we should show a suggestion or not. |
@McPatate How do I check for |
You don't need to sorry, |
This issue is stale because it has been open for 30 days with no activity. |
Hey @icnahom , did you find a fix for this please ? Thanks ! |
I haven't looked into it yet. |
This issue is stale because it has been open for 30 days with no activity. |
Suggestion is not being displayed when using CodeLlama. This is not the case with Starcoder, it shows the suggestion in the line that's triggered from.
Here are the attempts:
Requesting from Line 5, nothing gets displayed.
Requesting from Line 6 with a one space to the right, shows the suggestion.
Settings
Example Code
VSCode
Version: 1.85.0
The text was updated successfully, but these errors were encountered: