EasyLM icon indicating copy to clipboard operation
EasyLM copied to clipboard

[Doc error]: Outdated doc for LLAMA

Open llCurious opened this issue 1 year ago • 1 comments

I try to run LLAMA using EasyLM. I follow the README for llama. The first step is conver raw LLAMA parameters.

python -m EasyLM.models.llama.convert_torch_to_easylm.py \
    --checkpoint_dir='path/to/torch/llama/checkpoint' \
    --output_dir='path/to/output/easylm/checkpoint' \
    --streaming=True

The arg output_dir does not appear in convert_torch_to_easylm.py, which should be output_file now, as shown in code.

I wonder if the doc is outdated?

llCurious avatar Jun 12 '23 07:06 llCurious

Yeah the doc is a bit outdated due to a lot of changes I made recently. I will try to update it more frequently.

young-geng avatar Jun 12 '23 17:06 young-geng