From 528fcc5f8f7b352ad342f55e599c0e7d09087de2 Mon Sep 17 00:00:00 2001 From: Ruslan Svirschevski Date: Thu, 4 Apr 2024 21:58:25 +0300 Subject: [PATCH] paths fixed --- tests/run_A100.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/run_A100.sh b/tests/run_A100.sh index 200e1586..21f0f1a3 100644 --- a/tests/run_A100.sh +++ b/tests/run_A100.sh @@ -26,6 +26,6 @@ CUDA_VISIBLE_DEVICES=0 python testbed_greedy.py --model JackFram/llama-160m - CUDA_VISIBLE_DEVICES=0 python testbed.py --model princeton-nlp/Sheared-LLaMA-1.3B --target lmsys/vicuna-33b-v1.3 --T 0.6 --P 1.0 --start 0 --end 200 --M 384 --growmap ../A100_growmaps/1.3b_33b/growmaps/A100-CNN-1.3b-33b-stochastic.pt --Mode greedy --dataset cnn >> resultsv2.log CUDA_VISIBLE_DEVICES=0 python testbed.py --model princeton-nlp/Sheared-LLaMA-1.3B --target lmsys/vicuna-33b-v1.3 --T 0.6 --P 1.0 --start 0 --end 200 --M 384 --growmap ../A100_growmaps/1.3b_33b/growmaps/A100-OpenWebText-1.3b-33b-stochastic.pt --Mode greedy --dataset openwebtext >> resultsv2.log -#CUDA_VISIBLE_DEVICES=0 python testbed_greedy.py --model princeton-nlp/Sheared-LLaMA-1.3B --target lmsys/vicuna-33b-v1.3 --T 0.6 --P 1.0 --start 0 --end 200 --M 384 --growmap ../A100_growmaps/growmaps/1.3b_33b/A100-C4-1.3b-33b-greedy.pt --Mode greedy >> resultsv2.log -CUDA_VISIBLE_DEVICES=0 python testbed_greedy.py --model princeton-nlp/Sheared-LLaMA-1.3B --target lmsys/vicuna-33b-v1.3 --T 0.6 --P 1.0 --start 0 --end 200 --M 384 --growmap ../A100_growmaps/growmaps/1.3b_33b/A100-CNN-1.3b-33b-greedy.pt --Mode greedy --dataset cnn >> resultsv2.log -CUDA_VISIBLE_DEVICES=0 python testbed_greedy.py --model princeton-nlp/Sheared-LLaMA-1.3B --target lmsys/vicuna-33b-v1.3 --T 0.6 --P 1.0 --start 0 --end 200 --M 384 --growmap ../A100_growmaps/growmaps/1.3b_33b/A100-OpenWebText-1.3b-33b-greedy.pt --Mode greedy --dataset openwebtext >> resultsv2.log \ No newline at end of file +#CUDA_VISIBLE_DEVICES=0 python testbed_greedy.py --model princeton-nlp/Sheared-LLaMA-1.3B --target lmsys/vicuna-33b-v1.3 --T 0.6 --P 1.0 --start 0 --end 200 --M 384 --growmap ../A100_growmaps/1.3b_33b/growmaps/A100-C4-1.3b-33b-greedy.pt --Mode greedy >> resultsv2.log +CUDA_VISIBLE_DEVICES=0 python testbed_greedy.py --model princeton-nlp/Sheared-LLaMA-1.3B --target lmsys/vicuna-33b-v1.3 --T 0.6 --P 1.0 --start 0 --end 200 --M 384 --growmap ../A100_growmaps/1.3b_33b/growmaps/A100-CNN-1.3b-33b-greedy.pt --Mode greedy --dataset cnn >> resultsv2.log +CUDA_VISIBLE_DEVICES=0 python testbed_greedy.py --model princeton-nlp/Sheared-LLaMA-1.3B --target lmsys/vicuna-33b-v1.3 --T 0.6 --P 1.0 --start 0 --end 200 --M 384 --growmap ../A100_growmaps/1.3b_33b/growmaps/A100-OpenWebText-1.3b-33b-greedy.pt --Mode greedy --dataset openwebtext >> resultsv2.log \ No newline at end of file