-
Notifications
You must be signed in to change notification settings - Fork 0
/
run_specinfer.sh
12 lines (9 loc) · 2.64 KB
/
run_specinfer.sh
1
2
3
4
5
6
7
8
9
10
11
CUDA_VISIBLE_DEVICES=2 python test_specinfer.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_specinferB.log
CUDA_VISIBLE_DEVICES=2 python test_specinfer.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_specinferB.log
CUDA_VISIBLE_DEVICES=2 python test_specinfer.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_specinferB.log
CUDA_VISIBLE_DEVICES=2 python test_specinfer.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_specinferB.log
CUDA_VISIBLE_DEVICES=2 python test_specinfer.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_specinferB.log
CUDA_VISIBLE_DEVICES=2 python test_specinfer.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_specinferB.log
CUDA_VISIBLE_DEVICES=2 python test_specinfer.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_specinferB.log
CUDA_VISIBLE_DEVICES=2 python test_specinfer.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_specinferB.log
CUDA_VISIBLE_DEVICES=2 python test_specinfer.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_specinferB.log