box<beam>

Results 10 comments of box<beam>

Assuming the goal here is to crawl docs for indexing/context purposes?

https://github.com/TabbyML/tabby/blob/main/MODEL_SPEC.md

This should be totally doable. We could have three separate AUR packages: tabby-cpu, tabby-rocm, and tabby-cuda. Potentially add tabby-metal when that support comes along. From there it should be a...

@appetrosyan Could you please tell me what command you used, and what version you have checked out?

Interesting, running with the exact same command works fine for me. I'm on `53df532` as well, and ran the exact same command you used. I would like to get to...

To confirm, you have the CUDA SDK installed and it can't find it? Unsure what would be causing the compiler to emit invalid instructions for your hardware.

Yes, a way to convert at time of reading would probably be our best bet.

Todo in follow-up PRs: - [x] Delete old code: - Old database code - Old service code - Old background job code - [x] Write unit tests - [x] Add...

Big PR, but nearly all of the "added" code is just copied from other locations. This includes all of the database code and service code, with minor tweaks to differentiate...

This is planned! The feature will most likely be rolling out with the next release (0.12).