-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Open
Labels
platform:dockerIssues with dockerIssues with dockertask:LLM inferenceIssues related to MediaPipe LLM Inference Gen AI setupIssues related to MediaPipe LLM Inference Gen AI setuptype:build/installFor Build and Installation issuesFor Build and Installation issues
Description
Have I written custom code (as opposed to using a stock example script provided in MediaPipe)
No
OS Platform and Distribution
Provided Ubuntu docker image - aarch64 with bazel 7
MediaPipe Tasks SDK version
0.10.26
Task name (e.g. Image classification, Gesture recognition etc.)
genai/inference
Programming Language and version (e.g. C++, Python, Java)
cc
Describe the actual behavior
seems like some headers (bitmap.h and constraint_util.h) are mentioned in the build but either not commited, or i suspect, just removed from an older build
Describe the expected behaviour
bazel build //mediapipe/tasks/cc/genai/inference/: should build without any issues
Standalone code/steps you may have used to try to get what you need
build the docker image and run bazel build //mediapipe/tasks/cc/genai/inference/:
Other info / Complete Logs
https://github.com/google-ai-edge/mediapipe/blob/a5d8add41148e9eb18093c31e01e4bc8214080b3/mediapipe/tasks/cc/genai/inference/utils/llm_utils/BUILD#L95
There are references of header files not present in the commit push.
Current ones I see are
- bitmap.h
- constraint_util.h
Will track more that I find missing.
Have not run a setup script for llm inferences, came across this while trying to make a custom migration to bzlmod with just the //mediapipe/tasks/cc/*:* rulesMetadata
Metadata
Assignees
Labels
platform:dockerIssues with dockerIssues with dockertask:LLM inferenceIssues related to MediaPipe LLM Inference Gen AI setupIssues related to MediaPipe LLM Inference Gen AI setuptype:build/installFor Build and Installation issuesFor Build and Installation issues