chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
"""FFI APIs for mlc_llm"""
|
||||
|
||||
import tvm_ffi
|
||||
|
||||
# Exports functions registered via TVM_FFI_REGISTER_GLOBAL with the "mlc" prefix.
|
||||
# e.g. TVM_FFI_REGISTER_GLOBAL("mlc.Tokenizer")
|
||||
tvm_ffi.init_ffi_api("mlc.tokenizers", __name__)
|
||||
Reference in New Issue
Block a user