Tobrun

Results 59 issues of Tobrun

To support @evil159 with a view annotation animation request on iOS, I created a small example to animate a view annotation across a route line geometry. ![ezgif com-gif-maker](https://user-images.githubusercontent.com/2151639/194514257-8239463a-c24e-4302-b338-f668ddc8af9f.gif) While you...

skip changelog

Thanks to @baparham, we now have a MVP benchmark implementation from https://github.com/dartclub/turf_dart/pull/51. This approach uses the [benchmark](https://pub.dev/packages/benchmark) package so that executing `dart run benchmark` runs all the `*_benchmark.dart` within the...

enhancement

This is my setup: in Manifest file: android:configChanges="orientation|screenSize|keyboardHidden" I have enabled the options hardware button to trigger toggle() function. This bug is not occuring when using swipe gestures to open...

It's great to have these prebuild models on huggingface: - https://huggingface.co/mlc-ai/mlc-chat-RedPajama-INCITE-Chat-3B-v1-q4f32_0 - https://huggingface.co/mlc-ai/mlc-chat-vicuna-v1-7b-q3f16_0 And have them preconfigured in app-config.json but without the actual sources, we won't be able to generate...

new-models

## 🚀 Feature Allow to get only the new parts of a message ## Motivation I'm trying to stream data and currently backend.getMessage returns the full message: ``` fun getMessage():...

feature request

**tldr** not having relax repository as a submodule makes older versions of this repository hard to build. ------------------------- We currently require the relax repository to be installed through a git...

bug

To make this project more portable and make it easier to integrate LLMs inside applications. It would be great to introduce a library module that contains the minimum code to...

feature request

Currently it's a hard requirement that all the model files are placed under: - storage/Android/your.package.name/files/model_name/contents_of_param_dir While this adheres to the a practice of Android to host files in the application...

feature request

When doing a fresh checkout of the repository, walking through the required steps to build Android. I'm unable to make a successful build because of the following issue: ``` /home/tobrun/ws/mlc-llm/android/MLCChat/app/src/main/jni/org_apache_tvm_native_c_api.cc:25:10:...

bug

- capture step-by-step as you would start from a clean slate - update docs on using 3rdparty relax tvm submodule