Tianqi Chen

Results 637 comments of Tianqi Chen

RFC thread https://github.com/dmlc/dlpack/issues/179

cc @leofang @rgommers also updated python_spec.rst here

Array api spec PR https://github.com/data-apis/array-api/pull/984

this likely is model related, you can try other models, like qwen or phi

Seems you are right and we missed a support that should be easy to add as we did in iOS app, will update soon.

Related code in iOS that can be used to update android version - https://github.com/mlc-ai/mlc-llm/blob/main/ios/MLCChat/MLCChat/States/ChatState.swift#L49 - https://github.com/mlc-ai/mlc-llm/blob/main/ios/MLCChat/MLCChat/States/ChatState.swift#L160 - https://github.com/mlc-ai/mlc-llm/blob/main/ios/MLCChat/MLCChat/States/ChatState.swift#L172 - https://github.com/mlc-ai/mlc-llm/blob/main/ios/MLCChat/MLCChat/States/ChatState.swift#L184

@bucess you want to path in model in a remote url e.g. as in https://github.com/mlc-ai/mlc-llm/blob/main/android/MLCChat/mlc-package-config.json#L16 This is because most APK have size limit and model weights are too large. You...