Unsloth Studio and Cmake Flags
I'm on a shared DGX-H200 that unfortunately does not have current gcc-toolset-13, and I cannot update it. When I build my local version of llama.cpp I have to set cmake flags to disable all AVX instructions. I'm installing unsloth-studio via the single script:
curl -fsSL https://unsloth.ai/install.sh | sh
How do I modify the build config of the llama.cpp within the install ?