Kaishuai Xu

Results 2 issues of Kaishuai Xu

Hello, it seems there are some problems? in bertGPT/generate.py, the `past_length` should start from 0 following the training settings. ```python length = 1 # decoding loop for i in range(100):...

Hello! I'm trying to use your pre-trained model with this command: `CUDA_VISIBLE_DEVICES=4,5,6,7 python inference.py -i -m llama-2-7b-chat --eval_name concat_recur` However, there is an unexpected generation stop when inputting the query:...