-
Notifications
You must be signed in to change notification settings - Fork 0
/
run_specinfer_greedy.sh
12 lines (9 loc) · 2.71 KB
/
run_specinfer_greedy.sh
1
2
3
4
5
6
7
8
9
10
11
CUDA_VISIBLE_DEVICES=2 python testbed_greedy.py --model JackFram/llama-68m --target meta-llama/Llama-2-7b-hf --T 0.6 --P 1.0 --B 10 --DP 0.99 --W 32 --start 0 --end 200 --M 384 --growmap /home/zhuominc/workspace/Sequoia/growmaps/5x8-tree.pt --Mode greedy >> results_specinfer_greedyBG.log
CUDA_VISIBLE_DEVICES=2 python testbed_greedy.py --model JackFram/llama-68m --target meta-llama/Llama-2-7b-hf --T 0.6 --P 1.0 --B 10 --DP 0.99 --W 32 --start 0 --end 200 --M 384 --growmap /home/zhuominc/workspace/Sequoia/growmaps/5x8-tree.pt --Mode greedy --dataset cnn >> results_specinfer_greedyBG.log
CUDA_VISIBLE_DEVICES=2 python testbed_greedy.py --model JackFram/llama-68m --target meta-llama/Llama-2-7b-hf --T 0.6 --P 1.0 --B 10 --DP 0.99 --W 32 --start 0 --end 200 --M 384 --growmap /home/zhuominc/workspace/Sequoia/growmaps/5x8-tree.pt --Mode greedy --dataset openwebtext >> results_specinfer_greedyBG.log
CUDA_VISIBLE_DEVICES=2 python testbed_greedy.py --model JackFram/llama-68m --target meta-llama/Llama-2-13b-hf --T 0.6 --P 1.0 --B 10 --DP 0.99 --W 32 --start 0 --end 200 --M 384 --growmap /home/zhuominc/workspace/Sequoia/growmaps/5x8-tree.pt --Mode greedy >> results_specinfer_greedyBG.log
CUDA_VISIBLE_DEVICES=2 python testbed_greedy.py --model JackFram/llama-68m --target meta-llama/Llama-2-13b-hf --T 0.6 --P 1.0 --B 10 --DP 0.99 --W 32 --start 0 --end 200 --M 384 --growmap /home/zhuominc/workspace/Sequoia/growmaps/5x8-tree.pt --Mode greedy --dataset cnn >> results_specinfer_greedyBG.log
CUDA_VISIBLE_DEVICES=2 python testbed_greedy.py --model JackFram/llama-68m --target meta-llama/Llama-2-13b-hf --T 0.6 --P 1.0 --B 10 --DP 0.99 --W 32 --start 0 --end 200 --M 384 --growmap /home/zhuominc/workspace/Sequoia/growmaps/5x8-tree.pt --Mode greedy --dataset openwebtext >> results_specinfer_greedyBG.log
CUDA_VISIBLE_DEVICES=2 python testbed_greedy.py --model JackFram/llama-160m --target meta-llama/Llama-2-13b-hf --T 0.6 --P 1.0 --B 10 --DP 0.99 --W 32 --start 0 --end 200 --M 384 --growmap /home/zhuominc/workspace/Sequoia/growmaps/5x8-tree.pt --Mode greedy >> results_specinfer_greedyBG.log
CUDA_VISIBLE_DEVICES=2 python testbed_greedy.py --model JackFram/llama-160m --target meta-llama/Llama-2-13b-hf --T 0.6 --P 1.0 --B 10 --DP 0.99 --W 32 --start 0 --end 200 --M 384 --growmap /home/zhuominc/workspace/Sequoia/growmaps/5x8-tree.pt --Mode greedy --dataset cnn >> results_specinfer_greedyBG.log
CUDA_VISIBLE_DEVICES=2 python testbed_greedy.py --model JackFram/llama-160m --target meta-llama/Llama-2-13b-hf --T 0.6 --P 1.0 --B 10 --DP 0.99 --W 32 --start 0 --end 200 --M 384 --growmap /home/zhuominc/workspace/Sequoia/growmaps/5x8-tree.pt --Mode greedy --dataset openwebtext >> results_specinfer_greedyBG.log