mirror of
https://github.com/trholding/llama2.c.git
synced 2026-02-06 11:26:53 +00:00
Usage: make run_unik_qemu_x86_64 Run with: qemu-system-x86_64 -m 256m -accel kvm -kernel build/L2E_qemu-x86_64
6 lines
154 B
Makefile
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
|