Long(Tony) Lian
Long(Tony) Lian
The base model is [modelscope](https://huggingface.co/ali-vilab/text-to-video-ms-1.7b) for square videos and zeroscope for horizontal videos.
Could you give us a screenshot of how you copies an image? Did you try drag and drop as a replacement? I believe that we support drag and drop natively...
I guess this is OS-dependent because on my Mac, drag and drop from the thumbnail works with vegalite. What plotting library are you using? If it is not vagelite, could...
Thanks for providing us with your code! I'm using VegaLite library, and my code is in the screenshot above (lower-left panel). I think it's OS-dependent, but just to make sure:...
According to https://github.com/julia-vscode/julia-vscode/pull/2267, I believe a fix is already merged into the stable release and included in v1.4.3. Could you try that out? On Mac, it shows up "Copy Plot"...
@AbdulrhmnGhanem @pfitzseb Could you have a look at this error message? Thanks.
I can work on this if people think it's worth doing. It will be fully compatible with the existing request format (both a list of (name, dtype, shape) and just...
@jhinpan implemented a PR: https://github.com/sgl-project/sglang/pull/4912 Tested and it worked on my end
Has this been solved? My temporary solution is to update the `load_demo` in `fastchat/serve/gradio_web_server.py`: ``` def load_demo(url_params, request: gr.Request): global models ip = get_ip(request) logger.info(f"load_demo. ip: {ip}. params: {url_params}") if...
https://github.com/volcengine/verl/blob/62e23aee0b4e2c36f04a5b95fcd9f0a4eb724ee2/verl/trainer/ppo/ray_trainer.py#L751 This seems to implement resuming. However, I'm not sure whether it loads optimizer states. According to the PR it does mention optimizer states: https://github.com/volcengine/verl/pull/222