microsoft / LMOps

General technology for enabling AI capabilities w/ LLMs and MLLMs
https://aka.ms/GeneralAI
MIT License
3.73k stars 283 forks source link

[minillm] typo in bash #119

Closed wutaiqiang closed 1 year ago

wutaiqiang commented 1 year ago

https://github.com/microsoft/LMOps/blob/80d7d4a0ba8d61ca7be6cae72d06cf71dda3e9e0/minillm/scripts/gpt2/eval/eval_main_self_inst.sh#L18C32-L18C32

CKPT="${BASE_PATH}/results/gpt2/${CKPT_NAME}/"

It should be CKPT="${BASE_PATH}/results/gpt2/train/${CKPT_NAME}/" The train is missed

t1101675 commented 1 year ago

"train" can be included in ${CKPT_NAME}