We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I was following the instructions in the readme and got blocked at the admin_config step.
gcastle@sax-admin:~/saxml$ git log -1 commit 7122f1e502fa5c6b012fa2dfa9ed4fa63c939f81 (HEAD -> main, origin/main, origin/HEAD) Author: Daniel Freeman <[email protected]> Date: Mon Aug 14 16:16:37 2023 -0700 adds support for persistent compilation cache PiperOrigin-RevId: 556942452 Change-Id: I7342061514e57fdea41b2bcb1eb82cfecd0389c3 gcastle@sax-admin:~/saxml$ bazel run saxml/bin:admin_config -- --sax_cell=/sax/test --sax_root=gs://${GSBUCKET}/sax-root --fs_root=gs://${GSBUCKET}/sax-fs-root --alsologtostderr ERROR: /home/gcastle_google_com/saxml/saxml/protobuf/BUILD:387:14: //saxml/protobuf:multimodal_proto: no such attribute 'use_java_stubby_library' in 'proto_library' rule ERROR: /home/gcastle_google_com/saxml/saxml/common/BUILD:136:11: Target '//saxml/protobuf:admin_go_proto_grpc' contains an error and its package is in error and referenced by '//saxml/common:config' ERROR: Analysis of target '//saxml/bin:admin_config' failed; build aborted: INFO: Elapsed time: 0.185s INFO: 0 processes. FAILED: Build did NOT complete successfully (0 packages loaded, 0 targets configured) ERROR: Build failed. Not running target
The text was updated successfully, but these errors were encountered:
Hi Greg, Could you try building with new HEAD (72697a0)? It should be fixed.
Sorry, something went wrong.
No branches or pull requests
Hi, I was following the instructions in the readme and got blocked at the admin_config step.
The text was updated successfully, but these errors were encountered: