Jiayu Liu
Jiayu Liu
i guess this can be combined in datafusion-python repo
something we can consider is to make sure this repo's python API is compatible with the one from datafusion-python, and then allow it to be installed via extras: - https://setuptools.pypa.io/en/latest/userguide/dependency_management.html#optional-dependencies...
Following https://github.com/ggerganov/llama.cpp/issues/1333#issuecomment-1536725381 maybe it's a good idea to start at ggml first
FWIW [this][1] PR now also depends on a `groups` param present. [1]: https://github.com/ml-explore/mlx-examples/pull/405
not merging this yet because running clover isn't covered in ci yet
this test fails because `ktfmt-gradle` actually will check for `generated-sources` dir but we'd like to exclude that for checking but not for compilation
> this test fails because `ktfmt-gradle` actually will check for `generated-sources` dir but we'd like to exclude that for checking but not for compilation i put up the fix: to...
> I don't know enough about Gradle to understand the differences between test and check, but don't see anything to object to here. note to myself: currently this is still...
> This breaks java/kotlin build likely because of formatting rule changes
@fishy this is the follow up of - #2596 and - #2787 however i cannot seem to find the cause of it