Skip to content

Latest commit

 

History

History

plumber_analysis

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Plumber Common

This package represents common utilities used to interact with Plumber from Python programs. This package works with the Tensorflow fork to accomplish rewriting and other potentially sophisticated analysis. The primary reason to keep it seperate is to decouple statistics from high-level processing, which typically is dependency heavy.

Manual Install

From this directory, run:

python3 -m pip install --upgrade build
python3 -m build
python3 -m pip uninstall -y plumber-analysis-mkuchnik
python3 -m pip install dist/*.whl

Alternatively, the commands are in install.sh. Note, there are quite a few dependencies currently. The main dependency is the Tensorflow fork, which must be installed from source.