Xiaoyang Sun
Xiaoyang Sun
1. support google analytics.js in _includes/JB/analytics and _config.yml 2. fix a bug (add single quotes on both sides of {{ site.JB.analytics.googleUA.property_name }})
Thanks for your sharing this project and paper. I have one doubt after reading your paper - **how do you achieve concurrent copy and computation only using streams wrapped by...
**Describe the bug** The`deepspeed.init_inference` function can not init a cpu-version model successfully and changes the total model parameters. **To Reproduce** ```python import torch import deepspeed from transformers import AutoModelForCausalLM """...
**Describe the bug** The inference engine (`init_inference`) produces the different outputs with the original torch model even we input the same one torch tensor. **To Reproduce** ```python import torch import...