Sun bin
Sun bin
Hello, it nice to find moment-precise-range, but it doesn't support i18n, so I added i18n support with monent relative time concept. One thing not good is that, now 'a' will...
Hello,I downloaded the code, when I running mp=1 size=7B,my command is ` torchrun --nproc_per_node 1 example.py --ckpt_dir D:/llama/7B --tokenizer_path D:/llama/tokenizer.model` it works well But when I change to mp=2 size=13B,...
Hello, nice project, learned a lot. I got confuse with following method in resolvers: `post: (_, { id }) => Promise.resolve().then(async () => PostsController.show(id)).catch(err => err),` `post: async (_, {...