NullCodex

Results 19 comments of NullCodex

@junrushao is the makefile at the root directory instead of the build directory? I only see a makefile at the root directory of tvm-unity

@junrushao there's nothing in the `build/` since we are creating it as part of the process. For the platform here's the output from my terminal with python3 instead of python...

@junrushao there's only the `config.cmake` which gives me no makefile found when running `make -j8`

@junrushao ah okay i have the following with `make -j8` ``` CMakeCache.txt cmake_install.cmake libtvm.dylib tvmConfig.cmake CMakeFiles compile_commands.json libtvm.dylib.dSYM Makefile config.cmake libtvm_runtime.dylib TVMBuildOptions.txt libbacktrace temp_config_file.cmake ``` it ran much faster

@junrushao actually i am running into the same issue. I am following https://mlc.ai/mlc-llm/docs/deploy/ios.html in the last step https://mlc.ai/mlc-llm/docs/deploy/ios.html#id6 where it builds the iOS application I chose my own iPhone as...

@junrushao you are right i had it set on the wrong device my bad.

I am not sure i follow, how does iterating the labels help in this case. Looking at https://github.com/waymo-research/waymo-open-dataset/blob/master/waymo_open_dataset/dataset.proto the velocity attribute isn't part of label.

Ah, my bad i didn't see that. This might be a dumb question but how do I get the velocity of the current vehicle?