Skip to content

Commit

Permalink
chore: remove training examples from tpu container
Browse files Browse the repository at this point in the history
  • Loading branch information
tengomucho committed Jan 15, 2025
1 parent f62eb0c commit 0a4dcbd
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ RUN pip install --upgrade --no-cache-dir \

# Install Optimum TPU
RUN pip install git+https://github.com/huggingface/optimum-tpu.git@v${OPTIMUM_TPU}
# Add examples
ADD https://raw.githubusercontent.com/huggingface/optimum-tpu/v${OPTIMUM_TPU}/examples/language-modeling/gemma_tuning.ipynb \
/notebooks/gemma_tuning.ipynb
ADD https://raw.githubusercontent.com/huggingface/optimum-tpu/v${OPTIMUM_TPU}/examples/language-modeling/llama_tuning.ipynb \
/notebooks/llama_tuning.ipynb

# Install Google CLI single command
RUN echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] https://packages.cloud.google.com/apt cloud-sdk main" \
Expand Down

0 comments on commit 0a4dcbd

Please sign in to comment.