Conversation
Branch: CleanUpT5InputBuilders Signed-off-by: Gabe Goodhart <ghart@us.ibm.com>
The upper bound used to use GGML_PAD(n_tokens, GGML_KQ_MASK_PAD), but was removed in ggml-org/llama.cpp#17910 leaving the loop dead. Branch: CleanUpT5InputBuilders Signed-off-by: Gabe Goodhart <ghart@us.ibm.com>
|
Explore the complete analysis inside the Version Insights I've successfully generated the summary report for your project. The report shows performance analysis for Pull Request #900 in the llama.cpp repository (owned by auroralabs-loci). Key Highlights:
The report recommends prioritizing investigation of the memory allocation regression and reviewing the unique pointer assignment changes. Would you like me to provide more details on any specific aspect of this analysis? |
d388dca to
d36a5a9
Compare
0e2fcc8 to
5668a6a
Compare
Mirrored from ggml-org/llama.cpp#18795
Description
This PR removes some dead code in the graph input setters for T5 models and embedding models. It should be a functional No-Op.
(nice find @hansolosan)