Kirill Starkov

Results 11 comments of Kirill Starkov

@mrwyattii Thank you for your answer! This test is working, but I have custom model(gpt2) and I want to use DS for inference. I don't use hugging face in my...

I think cuda kernels have some problem, because second string from ds_output looks like strange. Like mix test1 and test2

lance = "=0.9.0" lance-linalg = "=0.9.0" lance-index = "=0.9.0" hope you see it https://github.com/smallcloudai/refact-lsp/actions/runs/7868826396/job/21466743659

But all packages with cross compile flag are built fine, except lance. Unfortunately, we cannot try `macos-14`

And release of lancedb? I tried to build on macos-11, macos-12 and macos-13. It didn't build with error https://github.com/reymondzzzz/lance/actions/runs/8052424280 Is it normal?

crate was not released. https://github.com/lancedb/lance/actions/runs/8043923206

I used git repo in my Cargo.yml and it works. But I don't like this way

``` macos-{11, 12, 13} is on intel CPU ``` Cross compile for arm64 with flag `--target aarch64-apple-darwin`? Before attaching lance to my project I used cross compile successfully, but lance...

No... I switched to macos-14(honestly I didn't know what GH made m1 free) and that's all