6 lines
144 B
Bash
Executable File
6 lines
144 B
Bash
Executable File
#!/bin/bash
|
|
|
|
python -m pip uninstall --yes tensorflow_quantization
|
|
rm -rf tensorflow_quantization.egg-info
|
|
rm -rf build
|
|
python -m pip install . |