Skip to content

Latest commit

 

History

History
 
 

bin

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

bin

This directory contains command-line interfaces for FlexFlow Train and associated tools (all in C++). A short description of each is included below--more information can be found in the README.md files in each of the corresponding directories (e.g., here for export-model-arch):

  • export-model-arch: Exports the model computation graphs defined in the models library as either JSON (for use outside of FlexFlow) or as DOT (for visualization). Can also optionally export the SP decompositions of the computation graphs.
  • substitution-to-dot: Converts TASO-generated substitutions from the legacy JSON format (example) into DOT for visualization.
  • protobuf-to-json: Converts TASO-generated substitutions from the legacy protobuf format (example) to the legacy JSON format (example). Will be removed in the future once the substitution generator is integrated natively into FlexFlow Train (tracked in #351).