mirror of
https://github.com/trholding/llama2.c.git
synced 2026-02-06 11:26:53 +00:00
10 lines
165 B
Plaintext
10 lines
165 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# L2E OS Driver
|
|
#
|
|
|
|
config L2E_OS_DRIVER
|
|
tristate "L2E OS Driver: LLAMA2 Binary Loader"
|
|
select USERMODE_DRIVER
|
|
default y
|