un-certainty

Results 4 comments of un-certainty

Hi @suchenzang , The hack does not seem to work well on my machine. After the [setup](https://github.com/facebookresearch/metaseq/blob/main/docs/setup.md), running the following command will raise `omegaconf._utils has no attribute 'is_primitive_type'`: ```bash opt-baselines...

I am not sure what is the correct way to fix it :(

Thanks for the information. Specifying `omegaconf==2.1.1` in `setup.py` solves my problem

Similar issue here using Qwen-7B-Chat. What's the proper way to use streaming mode in openai api? Streaming for this model works fine in gradio web server. This [PR](https://github.com/lm-sys/FastChat/pull/858) introduces the...