File tree Expand file tree Collapse file tree 3 files changed +17
-0
lines changed Expand file tree Collapse file tree 3 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 46
46
python_version : " 3.11"
47
47
pytorch : 2.6.0
48
48
torch_cuda_arch_list : " 7.0 7.5 8.0 8.6 8.7 8.9 9.0+PTX"
49
+ - cuda : " 126"
50
+ cuda_version : 12.6.3
51
+ cudnn_version : " "
52
+ python_version : " 3.11"
53
+ pytorch : 2.7.0
54
+ torch_cuda_arch_list : " 7.0 7.5 8.0 8.6 8.7 8.9 9.0+PTX"
55
+ - cuda : " 128"
56
+ cuda_version : 12.6.3
57
+ cudnn_version : " "
58
+ python_version : " 3.11"
59
+ pytorch : 2.7.0
60
+ torch_cuda_arch_list : " 7.0 7.5 8.0 8.6 8.7 8.9 9.0+PTX"
49
61
- cuda : " 128"
50
62
cuda_version : 12.8.1
51
63
cudnn_version : " "
Original file line number Diff line number Diff line change @@ -37,3 +37,7 @@ RUN git lfs install --skip-repo && \
37
37
pip3 install awscli && \
38
38
# The base image ships with `pydantic==1.8.2` which is not working
39
39
pip3 install -U --no-cache-dir pydantic==1.10.10
40
+
41
+ RUN if [ "$PYTORCH_VERSION" = "2.7.0" ] ; then \
42
+ pip3 install flash-attn==2.7.4.post1; \
43
+ fi
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ datasets==3.5.0
19
19
deepspeed >= 0.15.4
20
20
trl == 0.16.1
21
21
hf_xet == 1.0.0
22
+ hqq == 0.2.5
22
23
23
24
optimum == 1.16.2
24
25
hf_transfer
You can’t perform that action at this time.
0 commit comments