-
Notifications
You must be signed in to change notification settings - Fork 864
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
Llama.cpp example for cpp backend #2904
Merged
Merged
Commits on Jan 26, 2024
-
Version1 of llm inference with cpp backend
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com> Updating llm handler - loadmodel, preprocess, inference methods Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com> Fixed infinite lock by adding request ids to the preprocess method Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com> Adding test script for finding tokens per second llama-7b-chat and ggml version Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com> GGUF Compatibility Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com> Fixing unit tests Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com> Fix typo Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com> Using folly to read config path Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com> Removing debug couts Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com> Processing all the items in the batch Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com> Adopted llama.cpp api changes
Configuration menu - View commit details
-
Copy full SHA for 26abfd7 - Browse repository at this point
Copy the full SHA 26abfd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94b9c9c - Browse repository at this point
Copy the full SHA 94b9c9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49649d5 - Browse repository at this point
Copy the full SHA 49649d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5804216 - Browse repository at this point
Copy the full SHA 5804216View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6add8da - Browse repository at this point
Copy the full SHA 6add8daView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed4114d - Browse repository at this point
Copy the full SHA ed4114dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4946825 - Browse repository at this point
Copy the full SHA 4946825View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25992e8 - Browse repository at this point
Copy the full SHA 25992e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f00fed - Browse repository at this point
Copy the full SHA 0f00fedView commit details -
Configuration menu - View commit details
-
Copy full SHA for d50b19b - Browse repository at this point
Copy the full SHA d50b19bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c5e242 - Browse repository at this point
Copy the full SHA 7c5e242View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccb9c4d - Browse repository at this point
Copy the full SHA ccb9c4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 641386c - Browse repository at this point
Copy the full SHA 641386cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e33517 - Browse repository at this point
Copy the full SHA 8e33517View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a9b69e - Browse repository at this point
Copy the full SHA 9a9b69eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d08e4eb - Browse repository at this point
Copy the full SHA d08e4ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d070a2 - Browse repository at this point
Copy the full SHA 2d070a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9dccd3 - Browse repository at this point
Copy the full SHA f9dccd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cb7b03 - Browse repository at this point
Copy the full SHA 2cb7b03View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.