Skip to content

Commit 97f1712

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents 62c8665 + 1588e10 commit 97f1712

File tree

5 files changed

+23
-3
lines changed

5 files changed

+23
-3
lines changed

images/runtime/training/cuda/Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7+
bitsandbytes = ">=0.45.3"
78
peft = ">=0.14.0"
89
datasets = ">=2.15.0"
910
transformers = ">=4.49.0"

images/runtime/training/cuda/Pipfile.lock

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

images/runtime/training/rocm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ RUN export TMP_DIR=$(mktemp -d) \
7373
&& cd $TMP_DIR \
7474
&& git clone --depth 1 --branch v2.7.4 https://github.com/Dao-AILab/flash-attention.git \
7575
&& cd flash-attention \
76-
&& git submodule update --init
76+
&& git submodule update --init \
7777
&& MAX_JOBS="16" python3 setup.py install --verbose \
7878
&& rm -rf $TMP_DIR
7979

images/runtime/training/rocm/Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ verify_ssl = true
99
name = "pytorch"
1010

1111
[packages]
12+
bitsandbytes = ">=0.45.3"
1213
peft = ">=0.14.0"
1314
datasets = ">=2.15.0"
1415
transformers = ">=4.49.0"

images/runtime/training/rocm/Pipfile.lock

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)