llama-cpp-turboquant/scripts/build_release_windows.sh

10 lines
91 B
Bash

#!/bin/bash
make install_python_reqs
make clean_cmake
make vs_cmake
make vs_run_tests