Yuchao Zhang

Results 116 comments of Yuchao Zhang

@janondrusek Thanks for your reply. However, I don’t break the restriction of stream to call next() since I just want to parallelize the consuming and the next round of producing,...

Maybe I would like to contribute that after [p2300](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p2300r5.html) is ready or the [reference implementation](https://github.com/NVIDIA/stdexec) is stable.

@csukuangfj Asio is a good choice for seamlessly using c++20 coroutine currently. But I'm not quite familiar with it and may need some time. BTW, the proposal to merge asio...

The CI test seems to be broken due to the update of some upstream crates.

@chazo1994 By the way, can you tell me which file has memory leak problem in SPTK?

@tasptz Find the same issue that embed seems not be updated during training.

@lucidrains Could u help to take a look? Why the update of `emb_avg` is removed after involving the multihead VQ feature. ``` ema_inplace(self.embed_avg, embed_sum.t(), self.decay) ```

great work and waiting for this.

@ArnaudHureaux https://github.com/huggingface/text-embeddings-inference/tree/main