Wei Tao
Wei Tao
I also have the similar problem and one test case for that issue is [this file](https://github.com/matplotlib/matplotlib/blob/main/lib/matplotlib/backends/backend_qt5.py) under the repository [matplotlib](https://github.com/matplotlib/matplotlib). The error message is shown below ```bash Traceback (most recent...
 Me too. Same error message...
> (1) Try to start this app as admin (2) Check in task manager if there is already another instance (3) Use the latest version (`v1.7.0`) and check if this...
Same issue. I also want to inference on multi-GPU like using Llama-2 (hf version)
> Is the model at `/home/ubuntu/model/` the 7B, 13B or 34B version? You may need to adjust the `--nproc_per_node` parameter to 1, 2 and 4 respectively. > > (It is...
> Good to hear! > > IIRC it is not a quick fix to change the model parallel configuration, as the code expects the exact name and number of layers...
Thank you so much for your kind response! Have a nice day! : )
> Hi! We've just uploaded them. You can download them [here](https://drive.google.com/drive/folders/1EnrKzGAnsb_NmZKyECGmA2DrAc8ZuJ80?usp=sharing). > > Let us know if you need anything else! Thanks for your kind response! With the help of...
> Ah, 472 was only generated due to length constraints. We sample 25% uniformly from 2294, but some of that is longer than gpt-4-32k-0613's context window. (See the gpt4-32k-0613__SWE-Bench_bm25_27K for...
> We're still reviewing the process for evaluating submissions. For now, we'd prefer results with a public or soon-to-be-public paper or technical report and the generated patches we can use...