Skip to content

Commit

Permalink
Update configs, add tokenizer
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Mar 19, 2024
1 parent 28719d8 commit 824c985
Show file tree
Hide file tree
Showing 4 changed files with 101,642 additions and 444 deletions.
7 changes: 7 additions & 0 deletions configs/mcli/mitchish70.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ env_variables:
OMP_NUM_THREADS: "8"
LOG_FILTER_TYPE: local_rank0_only
command: |-
# Install AWS CLI (for download unsharded checkpoints).
#apt-get update
#apt-get install zip unzip
#curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
#unzip awscliv2.zip
#sudo ./aws/install
# Make sure we have a recent flash-attn.
# NOTE: only pinning flash-attn here to future proof it.
pip install flash-attn==2.5.3 --no-build-isolation
Expand Down
Loading

0 comments on commit 824c985

Please sign in to comment.