Unverified Commit 120e0623 authored by Aiden Grossman's avatar Aiden Grossman Committed by GitHub
Browse files

[MLGO] Remove absl dependency from scripts (#78880)

This patch removes the absl dependency from the mlgo-utils scripts. We
were only using absl.logging, and absl.flags, so this patch just
consists of mechanically converting the absl flags parsing to Python's
builtin argparse as Python's logging is a drop in replacement for
absl.logging.
parent c71956d7
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment