Add V100 recommendations for LLaMA 2. (#2409)

This commit is contained in:
Kathy Yu
2023-10-24 16:56:52 +00:00
committed by GitHub
parent a5a003b831
commit ced4f55dac
@@ -842,6 +842,14 @@
"# accelerator_type = \"NVIDIA_TESLA_A100\"\n",
"# accelerator_count = 1\n",
"\n",
"# If A100 is not available, you may finetune LLaMA2 13B models with multiple\n",
"# V100s. Please keep in mind that the efficiency of finetuning with multiple\n",
"# V100s is inferior to finetuning with 1 A100.\n",
"# Finetunes LLaMA2 13B with 2 V100 (16G).\n",
"# machine_type = \"n1-standard-8\"\n",
"# accelerator_type = \"NVIDIA_TESLA_V100\"\n",
"# accelerator_count = 2\n",
"\n",
"# Finetunes and LLaMA2 70B with 4 A100 (40G).\n",
"# machine_type = \"a2-highgpu-4g\"\n",
"# accelerator_type = \"NVIDIA_TESLA_A100\"\n",