horseee / LLM-Pruner

[NeurIPS 2023] LLM-Pruner: On the Structural Pruning of Large Language Models. Support Llama-3/3.1, Llama-2, LLaMA, BLOOM, Vicuna, Baichuan, TinyLlama, etc.
https://arxiv.org/abs/2305.11627
Apache License 2.0
876 stars 104 forks source link

No pytorch_model.bin file in the tune_log/llama_0.2/checkpoint-200 folder #63

Open hebowei2000 opened 5 months ago

hebowei2000 commented 5 months ago

Hi, I run the code successfully but find that there does not exist the pytorch_model.bin in the tune_log/llama_0.2/checkpoint-200 folder. May I ask the possible reasons or have you encountered this issue? Besides, may I know the exact version of your transformers?

pprp commented 3 months ago

The pytorch_model.bin file is located in the prune_log not tune_log

BrownTan commented 2 months ago

The pytorch_model.bin file is located in the prune_log not tune_log

The folder he mentioned also contains .bin.

BrownTan commented 2 months ago

Maybe you didn't train it wholely.