Timur Abishev

Results 18 issues of Timur Abishev

Currently chill doesn't support `Try` serialization, because it doesn't support java's `Throwable` serialization (see https://github.com/EsotericSoftware/kryo/issues/532 for details). It worth adding `Throwable` serialization to `chill-java` package and, maybe, explicit serialization `Try`...

## ❓ Questions and Help Hi! I'm trying to benchmark some pytorch XLA code, and can't find a way how to do it correctly. For simplicity what's I'm benchmarking is...

Currently while using streaming API output seems off - there is no spaces in response and it's unclear where to add them. I've tried printing in `streaming_fn` following strings: -...

I've queried server with ~7K character prompt, server turned into some broken state afterwards. The only fix I found is to restart MII server

Currently the only public method available to `generate` is blocking event loop. It would be great to provide async version of generate method.

I'm running examples with `NousResearch/Llama-2-7b-chat-hf` HuggingFace repo and output of the model is gibberish and broken. What can be an issue? Thanks!

We're considering to enable `OrderedSerialization` for most users at Twitter. Currently we have a blocker for that - users needs to change a source code to enable it (and not...

In twitter we found a case when data got serialized after `cross` and before subsequent `map`. This might be critical since result of cross is usually really big and subsequent...

Right now releasing scalding involves creating a PR (like this https://github.com/twitter/scalding/pull/1707) and doing a lot of manual work. Would be nice to automate this.

This PR addresses https://github.com/twitter/summingbird/issues/741 issue with serialization of generated scalacheck lambdas. We can safely remove `ArbitraryWorkaround` class with newest scalacheck release.