Juan Calderon-Perez
Juan Calderon-Perez
@lmangani That would be a good starting point, or updating the CREATE TABLE and testing with a big data set to see the difference in size/performance. Compression will add ltency...
According to ChatGPT the same Create Table SQL would look like: ```sql CREATE TABLE IF NOT EXISTS {{DB}}.traces_input {{{OnCluster}}} ( oid String DEFAULT '0' CODEC(ZSTD), trace_id String CODEC(ZSTD), span_id String...
@bradfitz Any comments?
Doesn't running with `-race` make your program super slow?
What happens if you run `ghcr.io/ggerganov/llama.cpp:light` alone?
I downloaded the model, but it complains that it's too old... Which one are you using?
This is the one I used: https://huggingface.co/Pi3141/alpaca-7B-ggml/tree/main
@mcsgroi So it seems the image gets build on every commit to master, maybe there was an issue. Try again with the latest one.
@mcsgroi Theres been quite a few commits, can you update the sha256 to the latest one?
error: inlining failed in call to 'always_inline' '_mm256_cvtph_ps': target specific option mismatch
@willjasen did you figured out the issue?