-
Vitess uses this library for encoding/decoding data from JSON columns during replication of data. We have faced an issue with data consistency between our original database and data, which was replica…
-
Hi all. I encountered some problems when building SwiftTransforemer as the dependency for DistServer (https://github.com/LLMServe/DistServe).
The versions of dependencies in my machine are like fol…
-
Hi,
first of all thanks for that useful lib!
I have trouble with decoding input from Android keyboard.
When I try to input symbols like: "@ # $ %, etc", then I got nubmbers and not the symbols.
Fo…
-
### Your current environment
The output of `python collect_env.py`
```text
Collecting environment information...
2024-11-04 10:14:53.454810: E external/local_xla/xla/stream_executor/cuda/cud…
-
Hi! Love the project. Really great work.
While working with the go IPLD library. I noticed real-world slow down in my app that looked like blocking behavior... up to 200-600ms for a simple action t…
-
In this particular scenario, the library keep throwing `image decoding` errors and also trying to make irrelevant network request with `displayImage` while scrolling in the listView.
```
Image can't …
-
See below for an overview of this fork. *Note, this writeup is a non-exhaustive work in progress.*
This information may be valuable for working towards a basis that could be merged back into upstre…
-
### Motivation
Speculative decoding can speed up generation more than 2x. This degree of speedup is an important feature for a production-grade LM deployment library, and it seems the methods are s…
-
I've been working on an [OpenAI-compatible REST server](https://github.com/guidance-ai/llgtrt), utilizing TensorRT-LLM but not Triton, similar to `openai_server.py` but in Rust and generally productio…
-
Hitting the `indexes/{index}/search` endpoint with a query with a `"` character inside:
```json
{
"query": {
"normal": {
"ctx": "test\""
}
},
}
```
results in the response
…