updated workflows

This commit is contained in:
Concedo
2025-03-19 21:56:35 +08:00
parent 9910f3abe0
commit 143b611274
7 changed files with 4 additions and 26 deletions
-6
View File
@@ -25,12 +25,6 @@ if [ -n "$NOAVX2" ]; then
LLAMA_NOAVX2_FLAG="LLAMA_NOAVX2=1"
fi
if [ -n "$REBUILD_VK_SHADERS" ]; then
echo "Rebuilding Vulkan Shaders..."
bin/micromamba run -r conda -p conda/envs/linux make vulkan-shaders-gen -j$(nproc) LLAMA_ADD_CONDA_PATHS=1
echo "Vulkan Shaders Rebuilt."
fi
bin/micromamba run -r conda -p conda/envs/linux make -j$(nproc) LLAMA_VULKAN=1 LLAMA_CLBLAST=1 LLAMA_CUBLAS=1 LLAMA_PORTABLE=1 LLAMA_ADD_CONDA_PATHS=1 $LLAMA_NOAVX2_FLAG
if [ $? -ne 0 ]; then
echo "Error: make failed."