Upload run.sh with huggingface_hub
Browse files
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
|