Wenting Zhao

Results 5 issues of Wenting Zhao

In the exts dictionary, "ml" is mapped to "ML". So I think the syntax highlighting wouldn't work quite well for OCaml... And I have found OCaml.ml in the hello_world folder,...

https://github.com/chrisdonahue/wavegan/blob/b2e930a3ad1e36a27642188827f548a9d1db2e3f/train_wavegan.py#L235 This line should be ``z = graph.get_tensor_by_name('z:0')``, otherwise we'll get ```ValueError: Cannot feed value of shape (10, 100) for Tensor 'G_z:0', which has shape '(?, 16384, 1)'``` Thanks!

To fix the issue reported in this issue: https://github.com/microsoft/DeepSpeed/issues/1243

# Summary GPU OOM errors in index.search() for an index of size 609687689x4096 (~41GB), when I still have 40GB of unused GPU memory. I would like to run search on...

GPU
feature request
Performance

Thanks for the amazing project! I was wondering if sglang supports multiple completions / samples given the same prompt? Like similar to the num_return_sequences parameter of HF Generation. By looking...