Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvll committed May 30, 2024
1 parent 598dca5 commit 815d23c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions llm/gpt-2/gpt2-train.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resources:
accelerators: A100:8
# Use docker image for latest version g++ to enable the compilation of llm.c.
image_id: docker:nvidia/cuda:12.4.1-cudnn-devel-ubuntu22.04
image_id:
any_of:
# Avoid using docker image for lambda due to the docker is not supported on
# Lambda yet, but the base image works.
- cloud: lambda
Expand All @@ -16,11 +16,12 @@ resources:
- cloud: gcp
- cloud: azure
- cloud: fluidstack
- cloud: kubernetes

file_mounts:
~/.cache/huggingface: gs://$BUCKET_NAME
# name: $BUCKET_NAME
# mode: COPY
~/.cache/huggingface:
name: $BUCKET_NAME
mode: COPY

setup: |
cd ~
Expand Down

0 comments on commit 815d23c

Please sign in to comment.