We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d7b002 commit ca6c61dCopy full SHA for ca6c61d
scripts/ppl_test.bash
@@ -1,5 +1,5 @@
1
# TEAL_PATH is the output path specified in grab_acts.py
2
3
-CUDA_VISIBLE_DEVICES=0 python teal/ppl_test.py --model_name meta-llama/Llama-2-7b-hf --teal_path /data_persistent2/jamesliu/sparsedoping/Llama-2-7B --sparsity 0.5
+CUDA_VISIBLE_DEVICES=0 python teal/ppl_test.py --model_name meta-llama/Llama-2-7b-hf --teal_path $OUTPUT_PATH --sparsity 0.5
4
5
0 commit comments