File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ These prereqs were developed to be run on the
11
11
are using a different environment the scripts and manifest will need to be
12
12
modified for that environment.
13
13
14
- > NOTE: Due to the limitations of Cloud Shell’ s storage and the size of llama
14
+ > NOTE: Due to the limitations of Cloud Shell' s storage and the size of llama
15
15
> 70B model we need to run this transfer via Kubernetes job.
16
16
17
17
- Get access to the model ` meta-llama/Llama-3.3-70B-Instruct `
@@ -28,10 +28,10 @@ modified for that environment.
28
28
- Ensure that your ` MLP_ENVIRONMENT_FILE ` is configured
29
29
30
30
``` sh
31
- set -a
31
+ set -o allexport
32
32
cat ${MLP_ENVIRONMENT_FILE} && \
33
33
source ${MLP_ENVIRONMENT_FILE}
34
- set +a
34
+ set +o allexport
35
35
```
36
36
37
37
> You should see the various variables populated with the information specific
You can’t perform that action at this time.
0 commit comments