Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
dchourasia committed Mar 1, 2025
2 parents 62c8665 + 1588e10 commit 97f1712
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 3 deletions.
1 change: 1 addition & 0 deletions images/runtime/training/cuda/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
bitsandbytes = ">=0.45.3"
peft = ">=0.14.0"
datasets = ">=2.15.0"
transformers = ">=4.49.0"
Expand Down
11 changes: 10 additions & 1 deletion images/runtime/training/cuda/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion images/runtime/training/rocm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ RUN export TMP_DIR=$(mktemp -d) \
&& cd $TMP_DIR \
&& git clone --depth 1 --branch v2.7.4 https://github.com/Dao-AILab/flash-attention.git \
&& cd flash-attention \
&& git submodule update --init
&& git submodule update --init \
&& MAX_JOBS="16" python3 setup.py install --verbose \
&& rm -rf $TMP_DIR

Expand Down
1 change: 1 addition & 0 deletions images/runtime/training/rocm/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ verify_ssl = true
name = "pytorch"

[packages]
bitsandbytes = ">=0.45.3"
peft = ">=0.14.0"
datasets = ">=2.15.0"
transformers = ">=4.49.0"
Expand Down
11 changes: 10 additions & 1 deletion images/runtime/training/rocm/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 97f1712

Please sign in to comment.