dlxj
todo: 基于 CUDA 13.0 编译
2517be1
Raw
History Blame Contribute Delete
230 Bytes
.PHONY: build
build:
xcodebuild -scheme llama-batched-swift -destination "generic/platform=macOS" -derivedDataPath build
rm -f ./llama-batched-swift
ln -s ./build/Build/Products/Debug/llama-batched-swift ./llama-batched-swift