Jingwei Yi
Jingwei Yi
Seems like an issue in the previous implementation. Modifying to `history[ -self.his_size : ]`would be more reasonable. Will open a PR later to fix this issue.
I have updated some models for leaf with PyTorch in https://github.com/yjw1029/leaf-pytorch.
Hi, I meet the same problem when running "run_glue_no_trainer.py" script. Here is my script. ``` export WANDB_API_KEY="xxxx" accelerate launch run_glue_no_trainer.py \ --model_name_or_path bert-base-cased \ --task_name sst2 \ --max_length 128 \...
Could you try using `vllm == 0.2.0`? However, I don't believe the vLLM version is the root cause of your issue. Would you mind sharing the complete error message and...
The error `ImportError: libcudart.so.11.0: cannot open shared object file: No such file or directory` indicates an issue with your local CUDA 11.0 environment configuration. This isn't a bug within `bipia`...
In federated learning, the size of the group is analogous to the batch size in traditional deep learning. This is because the more users sampled in one round, the more...