- Notifications
You must be signed in to change notification settings - Fork11.2k
-
[NO LONGER UPDATED]Below is a summary of the functionality provided by the
Legend (feel free to update): ✅ - Working correctly
|
BetaWas this translation helpful?Give feedback.
All reactions
👍 21😄 1❤️ 4🚀 13
Replies: 4 comments 10 replies
-
What does the "☁️" mean? |
BetaWas this translation helpful?Give feedback.
All reactions
-
I don't know what the icon means, but current status of OpenCL back-end is: it works with supported models, but is buggy and perhaps, slower than it could be. |
BetaWas this translation helpful?Give feedback.
All reactions
👍 1
-
Yup, this was my impression from reading a few issues lately. If you think it's not the case, feel free to update it. I just haven't set up OpenCL in my environment and cannot do tests atm |
BetaWas this translation helpful?Give feedback.
All reactions
-
So "Parallel decoding" is done by |
BetaWas this translation helpful?Give feedback.
All reactions
-
Parallel decoding is also called "batched decoding" hence Naming things is hard :) Sorry if these are confusing |
BetaWas this translation helpful?Give feedback.
All reactions
👍 4
-
Should beam search be added here? I think it is broken atm, at least with CUDA. |
BetaWas this translation helpful?Give feedback.
All reactions
-
Yes, it should be added. The list is far from complete |
BetaWas this translation helpful?Give feedback.
All reactions
-
Fwiw, for me beam search is broken even without CUDA in a sense that when I run the example, nothing happens (it just hangs for minutesat this line until I CTRL+C it). If it's an unknown problem, I'll open an issue (tbh, it's strange that nobody mentioned it before so maybe I'm doing something wrong). Update: when it hangs on the above mentioned line, I have 0 hard page fauls/sec. |
BetaWas this translation helpful?Give feedback.
All reactions
-
With CUDA it works for a while, but then it starts generating gibberish. I think that the calls to |
BetaWas this translation helpful?Give feedback.
All reactions
-
The beam search functionality should be moved out from the library and implemented as a standalone example. |
BetaWas this translation helpful?Give feedback.
All reactions
👍 1
-
What would be criteria for considering OpenCL back-end working correctly? I've fixed all known bugs in ggml-opencl.cpp and now working on refactoring like#3669. |
BetaWas this translation helpful?Give feedback.
All reactions
-
The criteria is that if it runs correctly on your machine, then it is ✅ until someone reports a problem that is reproducible - then it becomes ☁️ or ❌ depending on how broken the thing is |
BetaWas this translation helpful?Give feedback.
All reactions
-
Alright, turning the green light then! |
BetaWas this translation helpful?Give feedback.
All reactions
🎉 2
-
maybe you can ditch the icons for something Like Scoring Like (A+, A, A-, B, ...) this will make it obvious if something working fine but needs improvements has a score with A- and so on, maybe something like this : maybe you should add a column for tier support for example, if a feature is tier 1 or 2, ... what do you think? |
BetaWas this translation helpful?Give feedback.