File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
text_generation_server/utils Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
# # Global Args #################################################################
2
2
ARG BASE_UBI_IMAGE_TAG=9.3-1361.1699548029
3
3
ARG PROTOC_VERSION=25.1
4
- ARG PYTORCH_INDEX="https://download.pytorch.org/whl"
5
- # ARG PYTORCH_INDEX="https://download.pytorch.org/whl/nightly"
6
- ARG PYTORCH_VERSION=2.1.1
4
+ # ARG PYTORCH_INDEX="https://download.pytorch.org/whl"
5
+ ARG PYTORCH_INDEX="https://download.pytorch.org/whl/nightly"
6
+ ARG PYTORCH_VERSION=2.2.0.dev20231206
7
7
8
8
# # Base Layer ##################################################################
9
9
FROM registry.access.redhat.com/ubi9/ubi:${BASE_UBI_IMAGE_TAG} as base
Original file line number Diff line number Diff line change 1
- flash_att_v2_commit := v2.3.4
1
+ flash_att_v2_commit := v2.3.6
2
2
3
3
flash-attention-v2:
4
4
# Clone flash attention
Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ def attention(
64
64
out ,
65
65
cu_seqlens_q ,
66
66
cu_seqlens ,
67
+ None ,
67
68
max_s_q ,
68
69
max_s ,
69
70
0.0 ,
You can’t perform that action at this time.
0 commit comments