llama2.c/Makefile.uk
Vulcan f2fee04b35 unikernel support (WIP)
Usage:

make run_unik_qemu_x86_64

Run with:

qemu-system-x86_64 -m 256m -accel kvm -kernel build/L2E_qemu-x86_64
2023-08-26 01:38:15 +05:30

6 lines
154 B
Makefile

$(eval $(call addlib,l2e))
L2E_SRCS-y += $(L2E_BASE)/run.c
L2E_SRCS-y += $(L2E_BASE)/model.h
L2E_SRCS-y += $(L2E_BASE)/tokenizer.h
L2E_CFLAGS-y += -DUNIK