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