Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not reproduce results of Table 2. #6

Open
shuhao02 opened this issue Nov 13, 2024 · 0 comments
Open

Can not reproduce results of Table 2. #6

shuhao02 opened this issue Nov 13, 2024 · 0 comments

Comments

@shuhao02
Copy link

Hi, thanks for your outstanding work.

I am trying to reproduce the result of Table 2, especially the Wanda w. DSnoT of LLaMA-V1-7B under the 70% sparsity.

Here is my command:

CUDA_VISIBLE_DEVICES=0,1,2,3 python main.py \ --model decapoda-research/llama-7b-hf \ --prune_method DSnoT \ --initial_method wanda \ --sparsity_ratio 0.7 \ --sparsity_type unstructured \ --max_cycle_time 50 \ --update_threshold 0.1 \ --pow_of_var_regrowing 1

The perplexity is 72.9418335, while the reported perplexity is 62.05.

Can you release the command to reproduce the result?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant