Skip to content

Commit

Permalink
no FSDP
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfeiBai authored Aug 31, 2023
1 parent b1d8a11 commit 2ced52c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/pytorch/nightly/llama2-model.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ local utils = import 'templates/utils.libsonnet';
wget https://storage.googleapis.com/tpu-pytorch/lsiyuan-experiment/llama/spiece.model
# git clone and build transformers ### llama/transformers/
git clone https://github.com/pytorch-tpu/transformers.git
git clone -b lsiyuan/fsdp-data-aug https://github.com/pytorch-tpu/transformers.git
cd transformers
sudo pip3 uninstall transformers
sudo pip3 install -e .
Expand Down Expand Up @@ -204,7 +204,7 @@ local utils = import 'templates/utils.libsonnet';

configs: [
llama2_inference + v4_8 + common.Functional + timeouts.Hours(3) + infer,
llama2_training + v4_8 + common.Functional + timeouts.Hours(3) + fsdp,
# llama2_training + v4_8 + common.Functional + timeouts.Hours(3) + fsdp,
llama2_training + v4_8 + common.Functional + timeouts.Hours(3) + spmd,
],
}

0 comments on commit 2ced52c

Please sign in to comment.