Skip to content

Commit e40fae1

Browse files
committed
Update installation
Signed-off-by: Cheng-Ping Hsieh <[email protected]>
1 parent 0193bdd commit e40fae1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ WORKDIR /workspace/
1919
COPY ./requirements.txt .
2020
RUN pip install --upgrade pip \
2121
&& pip install -r requirements.txt \
22+
&& pip install flash-attn==2.6.0.post1 --no-build-isolation \
2223
&& pip install git+https://github.com/HazyResearch/flash-attention.git#subdirectory=csrc/rotary \
2324
&& pip install causal-conv1d==1.4.0 \
24-
&& pip install mamba-ssm==2.2.2
25+
&& pip install mamba-ssm==2.2.2
2526

2627
RUN [ "python3", "-c", "import nltk; nltk.download('punkt')"]
2728

docker/requirements.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@ tiktoken
1212
tenacity
1313
accelerate
1414
huggingface_hub==0.23.4
15-
transformers==4.44.1
16-
flash-attn==2.6.0.post1
15+
transformers==4.44.2
1716
vllm==0.5.4

0 commit comments

Comments
 (0)