Zkli commited on
Commit
e3431d3
·
verified ·
1 Parent(s): 021d5fe

Upload run.sh with huggingface_hub

Browse files
Files changed (1) hide show
  1. run.sh +10 -0
run.sh ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ CUDA_VISIBLE_DEVICES=1 python main.py \
2
+ --model NousResearch/llama-2-7b-hf \
3
+ --prune_method wanda \
4
+ --sparsity_ratio 0.5 \
5
+ --sparsity_type 2:4 \
6
+ --save out/llama2_7b/unstructured/wanda/ \
7
+ --eval_zero_shot \
8
+ --module_name self \
9
+ --permutate_mode eval \
10
+ --layer_id 5