ZeyiLiao

Results 3 issues of ZeyiLiao

Where can I find the documentation of PEFT?

## How to reproduce ``` from transformers import AutoModelForSeq2SeqLM, AutoTokenizer,AutoModelForCausalLM from parallelformers import parallelize model = AutoModelForCausalLM.from_pretrained('EleutherAI/gpt-neo-2.7B') parallelize(model, num_gpus=4, fp16 = False) ``` ## Environment - OS : 18.04.4 LTS...

bug

Hi, Could you please share the code for the verifier model? When I go through the paper, I find it hard to clearly understand the verifier model. Like what is...