-
Notifications
You must be signed in to change notification settings - Fork 12.2k
[SYCL] add concat through dim 1/2 #8483
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
Conversation
airMeng
commented
Jul 15, 2024
- I have read the contributing guidelines
- Self-reported review complexity:
- Low
- Medium
- High
@characharm can you try deepseek on this branch? Thank you in advance, your support is our motivation |
@OuadiElfarouki, I'm wondering who I should tag for PR reviews at Codeplay. Could you or someone else represent Codeplay for the following PRs? For any Intel-related issues, feel free to tag me. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I test UT successfully.
And verify DeepSeek-Coder-V2-Lite-Instruct-Q4_K_M.gguf on Arc770 is passed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM Thanks!
Could you please check this model: DeepSeek-Coder-V2-Lite-Instruct-Q6_K? link I have tried several times, but the computer completely froze every time after loading the model into memory. tested on this build b3398 |
seems the model file itself is 14.1GB, how much vram your GPU has? |
16gb, but other models with the same or even slightly larger file size work fine |
* add concat through dim 1/2