Skip to content

Commit f4e7ee7

Browse files
committed
Updated set command
1 parent 0e21542 commit f4e7ee7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

use-cases/prerequisites/storage-benchmarking.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ These prereqs were developed to be run on the
1111
are using a different environment the scripts and manifest will need to be
1212
modified for that environment.
1313

14-
> NOTE: Due to the limitations of Cloud Shells storage and the size of llama
14+
> NOTE: Due to the limitations of Cloud Shell's storage and the size of llama
1515
> 70B model we need to run this transfer via Kubernetes job.
1616
1717
- Get access to the model `meta-llama/Llama-3.3-70B-Instruct`
@@ -28,10 +28,10 @@ modified for that environment.
2828
- Ensure that your `MLP_ENVIRONMENT_FILE` is configured
2929

3030
```sh
31-
set -a
31+
set -o allexport
3232
cat ${MLP_ENVIRONMENT_FILE} && \
3333
source ${MLP_ENVIRONMENT_FILE}
34-
set +a
34+
set +o allexport
3535
```
3636

3737
> You should see the various variables populated with the information specific

0 commit comments

Comments
 (0)