-
It would be really awesome if [consul](https://github.com/hashicorp/consul) can also be supported as a KV store. Operators might already have a production-ready consul cluster and it would make it muc…
-
### Describe the Improvement
Currently, TypeScript allows any value (`T = unknown`) to be used within the `KV` store (thus also Cache and Bus) while the value actually needs to be de-/serializable.
…
-
Hi,
Im looking around Differential Transformer paper and code,
I found that github version is based on flash attention and rotary embedding.
I wonder that is there any plan to upload simple example …
-
This issue is the "disk read" counterpart to https://github.com/cockroachdb/cockroach/issues/17500, which was addressed by https://github.com/etcd-io/raft/pull/8 and https://github.com/cockroachdb/coc…
-
## 🐞Describing the bug
Hello. I'm trying to convert PyTorch model to Stateful CoreML Model
I wrote this code referred to [WWDC 2024 session Mistral-7B model](https://github.com/huggingface/swift-t…
-
# 💡 Custom Issue
### 📝 Description
The Hero Section has basic User Interface and must have some good looking Sign Up button and Login button. The text is having wrong text shadow.
### 🔍 Steps t…
-
With Deno Deploy, calling `kv.set()`/`kv.get()` from production uses "preview" KV database, rather than the main database as expected. _This only happens on production deploys made with `deployctl --p…
-
### Background and motivation
`System.Security.Claims.Claim` will lazy load its `Properties` dictionary:
https://github.com/dotnet/runtime/blob/84b33395057737db3ea342a5151feb6b90c1b6f6/src/libra…
-
In GQA, only one copy of kv cache will be saved for each group, but snapKV saves kv cache with `num_key_value_heads * num_key_value_groups` heads. Indeed in kv cache eviction, the choice might be diff…
-
My model is
```json
{
"mlp_bias": false,
"attn_bias": false,
"rotary_base": 300000,
"rotary_scaling": null,
"residual_mlp": false,
"disable_weight_only_quant_plugin": false,
…