frohzinn's picture
download
raw
407 Bytes
#!/usr/bin/env bash
cmake_args=()
llama_results_args=()
for arg in "${@}"; do
if [[ "$arg" == -D* ]]; then
cmake_args+=("$arg")
else
llama_results_args+=("$arg")
fi
done
dir="build-bisect"
rm -rf ${dir} > /dev/null
cmake -B ${dir} -S . ${cmake_args} > /dev/null
cmake --build ${dir} -t llama-results -j $(nproc) > /dev/null
${dir}/bin/llama-results "${llama_results_args[@]}"

Xet Storage Details

Size:
407 Bytes
·
Xet hash:
4546ee30e322fa52ca80e2cc960c98d7429660757d5e7d69f5a69cef6bb46b68

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.