Clemens Akens
Clemens Akens
Benefits: - reduces size of AMD module loader to 50% (8 => 4 KB) - avoids keeping a dependency to a no longer maintained version of SystemJS - allows considering...
See: - https://github.com/karpathy/llama2.c/issues/277 - https://github.com/karpathy/llama2.c/pull/298 - https://github.com/karpathy/llama2.c/pull/312 - https://github.com/karpathy/llama2.c/pull/364 - https://github.com/ggerganov/llama.cpp/issues/397 - https://arxiv.org/pdf/2101.01321v3.pdf
Model: https://huggingface.co/georgesung/llama2_7b_chat_uncensored
### LanceDB version v0.16 ### What happened? When creating a new table using the following (simplified) schema: ``` new Arrow.Schema([ new Arrow.Field("text", new Arrow.Utf8()), new Arrow.Field( "vector", new Arrow.FixedSizeList(dimensions, new...