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
875 stars 104 forks source link

RecursionError: maximum recursion depth exceeded #53

Open Zhenyu001225 opened 8 months ago

Zhenyu001225 commented 8 months ago

When I'm running python generate.py --model_type pretrain The error occurs, I can't understand the reason...

Zhenyu001225 commented 8 months ago

Solved. Previously I used baffo32/decapoda-research-llama-7B-hf Now I changed to huggyllama/llama-7b

BrownTan commented 2 months ago

can you tell me why?