Skip to content

Commit

Permalink
remove stray files
Browse files Browse the repository at this point in the history
  • Loading branch information
dlwh committed Nov 6, 2024
1 parent 0de1482 commit fc01b9e
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 5,673 deletions.
75 changes: 0 additions & 75 deletions config/data/dclm_llama3.yaml

This file was deleted.

5,369 changes: 0 additions & 5,369 deletions config/data/fineweb_llama_html.yaml

This file was deleted.

74 changes: 0 additions & 74 deletions config/data/fineweb_llama_md.yaml

This file was deleted.

33 changes: 0 additions & 33 deletions config/llama3_8b_with_dclm.yaml

This file was deleted.

30 changes: 0 additions & 30 deletions config/llama_1b_dclm.yaml

This file was deleted.

29 changes: 0 additions & 29 deletions config/llama_1b_html.yaml

This file was deleted.

29 changes: 0 additions & 29 deletions config/llama_1b_md.yaml

This file was deleted.

33 changes: 0 additions & 33 deletions config/llama_22b_with_dclm.yaml

This file was deleted.

3 changes: 2 additions & 1 deletion docker/tpu/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ RUN pip install virtualenv
# venv binaries encode their directory, so we need to setup the venv in the final location
RUN virtualenv -p python3.10 /opt/levanter/.venv
ENV PATH /opt/levanter/.venv/bin:$PATH
RUN /opt/levanter/.venv/bin/pip install -U "jax[tpu]==0.4.30" -f https://storage.googleapis.com/jax-releases/libtpu_releases.html
#RUN /opt/levanter/.venv/bin/pip install -U "jax[tpu]==0.4.30" -f https://storage.googleapis.com/jax-releases/libtpu_releases.html
RUN /opt/levanter/.venv/bin/pip install -U "jax[tpu]@git+https://github.com/dlwh/jax@retry_refuse" -f https://storage.googleapis.com/jax-releases/libtpu_releases.html

# Install package dependencies to make incremental builds faster.
WORKDIR /tmp/
Expand Down

0 comments on commit fc01b9e

Please sign in to comment.